Navbar Forms
Use the .navbar-form class to vertically align form elements ( same padding as links) insdie the navba
The .input-group class is a container to enhance an input by addng an icon, text or a button in front or behind it as a "help text".
The .input-group-btn class attaches a button to an input field. This ks often used as a search bar;
\\
===Result===
{{:wiki:bootstrap:bootstrap_note:navbar-forms.png?600|}}\\
\\
=====Navbar Text=====
''%%.navbar-text%%'' 클래스를 사용하여, 링크가 아닌 navbar 내부의 모든 요소를 수직 정렬합니다.\\
(적절한 패딩 및 텍스트 색상 보장).\\
====예제====
Collapsible Navbar
In this example, the navigation bar is hidden on small screens and replaced by a button in the top right corner (try to re-size this window).
Only when the button is clicked, the navigation bar will be displayed.
{{tag>오션 Bootstrap Navbar, Navigation bar}}