feat: add presets in button
This commit is contained in:
parent
2caa5dbea8
commit
6349e5cf90
@ -32,6 +32,26 @@ const [buttonVariants, resolveVariants] = vcn({
|
|||||||
background: "default",
|
background: "default",
|
||||||
decoration: "none",
|
decoration: "none",
|
||||||
},
|
},
|
||||||
|
presets: {
|
||||||
|
default: {
|
||||||
|
border: "solid",
|
||||||
|
background: "default",
|
||||||
|
decoration: "none",
|
||||||
|
size: "md",
|
||||||
|
},
|
||||||
|
ghost: {
|
||||||
|
border: "none",
|
||||||
|
background: "ghost",
|
||||||
|
decoration: "none",
|
||||||
|
size: "md",
|
||||||
|
},
|
||||||
|
link: {
|
||||||
|
border: "none",
|
||||||
|
background: "link",
|
||||||
|
decoration: "link",
|
||||||
|
size: "md",
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
export interface ButtonProps
|
export interface ButtonProps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user