Co-authored-by: adamelmore <2363879+adamdottv@users.noreply.github.com>
This commit is contained in:
parent
511c7abaca
commit
a552652fcc
49 changed files with 380 additions and 1321 deletions
|
|
@ -4,7 +4,7 @@ import { Icon, IconProps } from "./icon"
|
|||
|
||||
export interface ButtonProps
|
||||
extends ComponentProps<typeof Kobalte>,
|
||||
Pick<ComponentProps<"button">, "class" | "classList" | "children" | "style"> {
|
||||
Pick<ComponentProps<"button">, "class" | "classList" | "children"> {
|
||||
size?: "small" | "normal" | "large"
|
||||
variant?: "primary" | "secondary" | "ghost"
|
||||
icon?: IconProps["name"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue