ComboStrap UI - Search
Table of Contents
1 - About
search is a component that implement the dokuwiki search form in a Bootstrap format.
It was developed to be placed in a navbar component.
2 - Quick Access
The search component has:
- the f accesskey. In chrome, Alt+shift+f will bring you in the search box.
- a tabindex of 1. Which means, if you do on Windows Alt+D + Tab, you comes directly in the search bar.
3 - Articles Related
4 - Syntax
<search>
5 - Example
<navbar>
<search>
</navbar>