@@ -22,10 +22,10 @@ import { Example } from '../../../../source/component/Example';
2222
2323Here’s what you need to know before getting started with the navbar:
2424
25- - Navbars and their contents are fluid by default.
26- - Use our [ spacing] [ 1 ] and [ flex] [ 2 ] utility classes for controlling spacing and alignment within navbars.
27- - Navbars are responsive by default, but you can easily modify them to change that.
28- - Navbars are hidden by default when printing. Force them to be printed by adding ` .d-print ` to the ` <NavBar /> ` . See the [ display] [ 3 ] utility class.
25+ - Navbars and their contents are fluid by default.
26+ - Use our [ spacing] [ 1 ] and [ flex] [ 2 ] utility classes for controlling spacing and alignment within navbars.
27+ - Navbars are responsive by default, but you can easily modify them to change that.
28+ - Navbars are hidden by default when printing. Force them to be printed by adding ` .d-print ` to the ` <NavBar /> ` . See the [ display] [ 3 ] utility class.
2929
3030In addition, ` <NavBar /> ` uses [ ` ResizeObserver ` ] [ 4 ] to detect ** Viewport resizing** , so a polyfill may be required:
3131
@@ -42,8 +42,8 @@ Read on for an example and list of supported sub-components.
4242
4343Navbars come with built-in support for a handful of sub-components. Choose from the following as needed:
4444
45- - ` <Form inline /> ` for any form controls and actions.
46- - ` .navbar-text ` for adding vertically centered strings of text.
45+ - ` <Form inline /> ` for any form controls and actions.
46+ - ` .navbar-text ` for adding vertically centered strings of text.
4747
4848Here’s an example of all the sub-components included in a responsive light-themed navbar
4949that automatically collapses at the ` lg ` (large) breakpoint.
@@ -160,7 +160,7 @@ Here are some examples to demonstrate.
160160 brand = {
161161 <Image
162162 style = { { width: ' 30px' , height: ' 30px' }}
163- src = " https://web-cell.dev/WebCell-0.f1ffd28b .png"
163+ src = " https://web-cell.dev/WebCell-0.a6336415 .png"
164164 />
165165 }
166166 />
@@ -171,7 +171,7 @@ Here are some examples to demonstrate.
171171 <Image
172172 className = " d-inline-block align-top"
173173 style = { { width: ' 30px' , height: ' 30px' }}
174- src = " https://web-cell.dev/WebCell-0.f1ffd28b .png"
174+ src = " https://web-cell.dev/WebCell-0.a6336415 .png"
175175 />
176176 BootCell
177177 </>
@@ -189,15 +189,15 @@ render(
189189 <NavBar brand = {
190190 <Image
191191 style = { { width: ' 30px' , height: ' 30px' }}
192- src = " https://web-cell.dev/WebCell-0.f1ffd28b .png"
192+ src = " https://web-cell.dev/WebCell-0.a6336415 .png"
193193 />
194194 } />
195195 <NavBar brand = {
196196 <>
197197 <Image
198198 className = " d-inline-block align-top"
199199 style = { { width: ' 30px' , height: ' 30px' }}
200- src = " https://web-cell.dev/WebCell-0.f1ffd28b .png"
200+ src = " https://web-cell.dev/WebCell-0.a6336415 .png"
201201 />
202202 BootCell
203203 </>
0 commit comments