- 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
Search
The search field component lets users assert independence from the website and puts users in control of their search for information.
<!-- Search --> <div class="search-box"> <form class="search-form"> <input class="form-control" placeholder="Search" type="text"> <button class="btn btn-link search-btn"> <i class="glyphicon glyphicon-search"></i> </button> </form> </div>