- 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
Alerts
An urgent interruption, requiring acknowledgement, that inform the user about a situation.
Alert
Are you sure?
This comment requires the users' entire attention. There is an input error, or an action requires confirmation. Close<!-- Alert --> <div class="alert alert-info"> <h2class="alert-title">Are you sure?</h2> This comment requires the users' entire attention. There is an input error, or an action requires confirmation. <a href="#" class="close" data-dismiss="alert" aria-label="close">Close</a> </div>