Expand description
Button component with shadcn/ui styling
Provides variants following shadcn/ui conventions:
- Default: Primary background, high emphasis
- Secondary: Secondary background, medium emphasis
- Outline: Border with transparent background
- Ghost: No background, hover shows accent
- Link: Text style with underline on hover
Re-exports§
pub use ButtonVariant as Variant;
Structs§
- Button
- Button component styled like shadcn/ui
Enums§
- Button
Size - Button size following shadcn/ui
- Button
Variant - Button style variant following shadcn/ui