docs: spinner

This commit is contained in:
Alexandr
2022-07-01 16:33:29 +03:00
parent 5834c29e34
commit 484dc3786e
4 changed files with 60 additions and 15 deletions

View File

@@ -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',
},
})

View File

@@ -1 +0,0 @@
export function useColor() {}