File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import Placeholder from "@shortcodes/Placeholder.astro"
88 <nav class =" navbar md:navbar-expand navbar-dark fixed-top bg-dark" >
99 <div class =" container-fluid" >
1010 <a class =" navbar-brand" href =" #" >Carousel</a >
11- <button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarCollapse" aria-controls =" navbarCollapse" aria-expanded =" false" aria-label =" Toggle navigation" >
11+ <button class =" btn-icon navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarCollapse" aria-controls =" navbarCollapse" aria-expanded =" false" aria-label =" Toggle navigation" >
1212 <svg class =" navbar-toggler-icon" xmlns =" http://www.w3.org/2000/svg" width =" 20" height =" 20" viewBox =" 0 0 16 16" fill =" none" stroke =" currentColor" stroke-width =" 1" stroke-linecap =" round" ><path d =" M1 3.5h14M1 8h14M1 12.5h14" /></svg >
1313 </button >
1414 <div class =" collapse navbar-collapse" id =" navbarCollapse" >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const title = 'Bottom navbar example'
1414<nav class =" navbar fixed-bottom sm:navbar-expand navbar-dark bg-dark" >
1515 <div class =" container-fluid" >
1616 <a class =" navbar-brand" href =" #" >Bottom navbar</a >
17- <button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarCollapse" aria-controls =" navbarCollapse" aria-expanded =" false" aria-label =" Toggle navigation" >
17+ <button class =" btn-icon navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarCollapse" aria-controls =" navbarCollapse" aria-expanded =" false" aria-label =" Toggle navigation" >
1818 <svg class =" navbar-toggler-icon" xmlns =" http://www.w3.org/2000/svg" width =" 20" height =" 20" viewBox =" 0 0 16 16" fill =" none" stroke =" currentColor" stroke-width =" 1" stroke-linecap =" round" ><path d =" M1 3.5h14M1 8h14M1 12.5h14" /></svg >
1919 </button >
2020 <div class =" collapse navbar-collapse" id =" navbarCollapse" >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const extra_css = ['navbar-static.css']
88<nav class =" navbar md:navbar-expand navbar-dark bg-dark mb-4" >
99 <div class =" container-fluid" >
1010 <a class =" navbar-brand" href =" #" >Top navbar</a >
11- <button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarCollapse" aria-controls =" navbarCollapse" aria-expanded =" false" aria-label =" Toggle navigation" >
11+ <button class =" btn-icon navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarCollapse" aria-controls =" navbarCollapse" aria-expanded =" false" aria-label =" Toggle navigation" >
1212 <svg class =" navbar-toggler-icon" xmlns =" http://www.w3.org/2000/svg" width =" 20" height =" 20" viewBox =" 0 0 16 16" fill =" none" stroke =" currentColor" stroke-width =" 1" stroke-linecap =" round" ><path d =" M1 3.5h14M1 8h14M1 12.5h14" /></svg >
1313 </button >
1414 <div class =" collapse navbar-collapse" id =" navbarCollapse" >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export const body_class = 'd-flex flex-column h-100'
1212 <nav class =" navbar md:navbar-expand navbar-dark fixed-top bg-dark" >
1313 <div class =" container-fluid" >
1414 <a class =" navbar-brand" href =" #" >Fixed navbar</a >
15- <button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarCollapse" aria-controls =" navbarCollapse" aria-expanded =" false" aria-label =" Toggle navigation" >
15+ <button class =" btn-icon navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarCollapse" aria-controls =" navbarCollapse" aria-expanded =" false" aria-label =" Toggle navigation" >
1616 <svg class =" navbar-toggler-icon" xmlns =" http://www.w3.org/2000/svg" width =" 20" height =" 20" viewBox =" 0 0 16 16" fill =" none" stroke =" currentColor" stroke-width =" 1" stroke-linecap =" round" ><path d =" M1 3.5h14M1 8h14M1 12.5h14" /></svg >
1717 </button >
1818 <div class =" collapse navbar-collapse" id =" navbarCollapse" >
You can’t perform that action at this time.
0 commit comments