big milestone!
This commit is contained in:
parent
2b35d6f39b
commit
ac906ca6c9
28 changed files with 1332 additions and 16 deletions
8
src/components/ui/label/index.ts
Normal file
8
src/components/ui/label/index.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { Label as LabelPrimitive } from 'radix-vue'
|
||||
import { tv } from 'tailwind-variants'
|
||||
|
||||
export const labelVariants = tv({
|
||||
base: 'text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70'
|
||||
})
|
||||
|
||||
export const Label = LabelPrimitive.Root
|
||||
Loading…
Add table
Add a link
Reference in a new issue