Components
Button
StableTriggers actions or navigation. Use primary for main CTAs, outline for secondary actions, and ghost inside tight layouts.
Variants
Sizes
With icon
States
Usage
import { Button } from "@mnee-ui/ui"Props
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "primary" | "secondary" | "destructive" | "ghost" | "outline" | "primary" | Visual style |
| size | "sm" | "md" | "lg" | "md" | Height and padding |
| loading | boolean | false | Shows spinner, disables button |
| disabled | boolean | false | Disables interaction |
| className | string | — | Layout utilities only (margin, padding, width) |