0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-10 03:46:13 +01:00
Bootstrap/site/content/docs/5.3/docsref.md
XhmikosR 24f749cb76 docs: bundle assets with Hugo
Also:

* load any docs' third-party dependencies from node_modules (except for examples)
* exclude docsearch from layouts that don't use it
* preconnect to algolia only when not examples layout
* switch to `RelPermalink`
* refactor JS assets into partials
2024-03-19 11:25:15 +02:00

963 B

layout title description aliases toc robots sitemap_exclude
docs Docs reference Examples of Bootstrap's documentation-specific components and styles. /docsref/ true noindex,follow true

Buttons

Primary button Accent button Light button

Callouts

{{< callout >}} Default callout {{< /callout >}}

{{< callout warning >}} Warning callout {{< /callout >}}

{{< callout danger >}} Danger callout {{< /callout >}}

Code example

.test {
  --color: blue;
}
The HTML abbreviation element.

{{< example >}}

This is a test.
{{< /example >}}

{{< scss-docs name="variable-gradient" file="scss/_variables.scss" >}}

{{< js-docs name="live-toast" file="site/assets/js/partials/snippets.js" >}}