- Components
- Example Component
- Themes
- Example Theme
- Layouts
- Example Layout
- Atoms
- Buttons
- Colors
- Fonts
- Forms
- Images
- Tables
- Typography
- Molecules
- Alerts
- Badges
- Breadcrumbs
- Cards
- Carousel
- Pagination
- Panels
- Progress Bars
- Search
- Tabs
- Tooltips
- Organisms
- Footer
- Header
Buttons
Variations on EverFi buttons. Use buttons to signal actions.
Default
<!-- Default --> <button> Button </button> <!-- Default Accent --> <button class="accent"> Button </button> <!-- Default Ghost --> <button class="accent ghost"> Button </button>
Teal Button
<!-- Teal Button --> <button class="accent2"> Button </button> <!-- Teal Accent --> <button class="secondary accent"> Button </button> <!-- Teal Ghost --> <button class="secondary accent ghost"> Button </button>
Orange Button
<!-- Orange Button --> <button class="tertiary2"> Button </button> <!-- Orange Accent --> <button class="tertiary2 accent"> Button </button> <!-- Orange Ghost --> <button class="tertiary2 accent ghost"> Button </button>