/usr/share/doc/libjs-bootstrap4/examples
NameSizeModeActions
album/-0755rm
blog/-0755rm
carousel/-0755rm
checkout/-0755rm
cover/-0755rm
dashboard/-0755rm
floating-labels/-0755rm
grid/-0755rm
jumbotron/-0755rm
navbar-bottom/-0755rm
navbar-fixed/-0755rm
navbar-static/-0755rm
navbars/-0755rm
offcanvas/-0755rm
pricing/-0755rm
product/-0755rm
sign-in/-0755rm
starter-template/-0755rm
sticky-footer/-0755rm
sticky-footer-navbar/-0755rm
.stylelintrc3950644editdlrm
_index.md14830644editdlrm
Edit: /usr/share/doc/libjs-bootstrap4/examples/_index.md (1483B)
--- layout: single title: Examples description: Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. aliases: "/examples/" --- {{< list-examples.inline >}} {{ range $entry := $.Site.Data.examples -}}

{{ $entry.category }}

{{ $entry.description }}

{{ range $i, $example := $entry.examples -}} {{- $len := len $entry.examples -}} {{ if (eq $i 0) }}
{{ end }}

{{ $example.name }}

{{ $example.description }}

{{ if (eq (add $i 1) $len) }}
{{ end }} {{ end -}} {{ end -}} {{< /list-examples.inline >}}