Kind: Interface
Source: atloria-monorepo/apps/web/src/components/ui/Button.tsx
Button component props
Properties
| Property | Type |
|---|---|
variant | ButtonVariant |
size | ButtonSize |
loading | boolean |
fullWidth | boolean |
leftIcon | ReactNode |
rightIcon | ReactNode |
href | string |
children | ReactNode |
Was this page helpful?