Button
Button component from the Kami UI library.
What this is used for
Primary and secondary taps across mobile flows.
Mobile-focused features
- 44px+ touch targets
- tap-friendly spacing
- variant support for primary/secondary/ghost
Implementation example
import { Button } from '@kamiui/kami';
<Button variant="primary" onClick={saveDraft}>Save draft</Button>Preview
Button
Preview unavailable for this component