Skip to main content
Settings
Color Mode
Theme Skin
Background

Appearance preferences are saved in this browser only.

Environment
Current Environment Dev

Built with JEKYLL_ENV=development. Changes auto-reload under jekyll serve.

Theme & Build
Jekyll v3.10.0
Last Build Aug 15, 03:35
Page Location
Page Info
Layout root
Collection none
Path _design-system/components/core/Button.prompt.md
URL /_design-system/components/core/Button.prompt/

Themed Bootstrap 5.3 button for zer0-mistakes — use for every CTA, form submit, and toolbar action.

<Button variant="primary" size="lg" icon="rocket-takeoff">Get Started</Button>
<Button variant="outline-primary" icon="list-check">Features</Button>
<Button variant="ghost" icon="github" iconPosition="end" href="https://github.com/bamr87/zer0-mistakes">GitHub</Button>

Variants: primary (mixes toward accent on hover), secondary, light, outline-primary (fills on hover), ghost. Sizes: sm / md / lg. Pass icon as a Bootstrap Icon name without the bi- prefix; load the Bootstrap Icons CSS for icons to render. Set href to render as a link. Always shows the token focus ring on keyboard focus.