mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(ColorPicker): use reka-ui
This commit is contained in:
@@ -48,7 +48,7 @@ export type ColorPickerProps = {
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, nextTick, computed, toValue } from 'vue'
|
||||
import { Primitive } from 'radix-vue'
|
||||
import { Primitive } from 'reka-ui'
|
||||
import { useEventListener, useElementBounding, watchThrottled, watchPausable } from '@vueuse/core'
|
||||
import { isClient } from '@vueuse/shared'
|
||||
import Color from 'color'
|
||||
|
||||
Reference in New Issue
Block a user