docs: spinner
This commit is contained in:
@@ -17,7 +17,7 @@ const props = defineProps({
|
||||
default: '4',
|
||||
},
|
||||
color: {
|
||||
type: String as PropType<SpinnerColor>, // any string for w-${size} and h-${size} tailwind classes, TODO: add all classes
|
||||
type: String as PropType<SpinnerColor>,
|
||||
default: 'blue',
|
||||
},
|
||||
})
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
export function useColor() {}
|
||||
Reference in New Issue
Block a user