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