feat: add full style in input
This commit is contained in:
parent
86e77f6672
commit
d0fca46918
@ -29,9 +29,14 @@ const [inputVariant, resolveInputVariantProps] = vcn({
|
|||||||
true: "bg-transparent border-none p-0 ring-0 hover:bg-transparent invalid:hover:bg-transparent invalid:focus-within:bg-transparent invalid:focus-within:ring-0",
|
true: "bg-transparent border-none p-0 ring-0 hover:bg-transparent invalid:hover:bg-transparent invalid:focus-within:bg-transparent invalid:focus-within:ring-0",
|
||||||
false: "",
|
false: "",
|
||||||
},
|
},
|
||||||
|
full: {
|
||||||
|
true: "w-full",
|
||||||
|
false: "w-fit",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
defaults: {
|
defaults: {
|
||||||
unstyled: false,
|
unstyled: false,
|
||||||
|
full: false,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user