0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-10 03:46:13 +01:00
XhmikosR 72d3b6efc4
Some checks failed
BrowserStack / browserstack (push) Has been cancelled
Bundlewatch / bundlewatch (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
cspell / cspell (push) Has been cancelled
CSS / css (push) Has been cancelled
Docs / docs (push) Has been cancelled
JS Tests / JS Tests (push) Has been cancelled
Lint / lint (push) Has been cancelled
CSS (node-sass) / css (push) Has been cancelled
Release notes / update_release_draft (push) Has been cancelled
docs: migrate to the built-in sitemap template (#39951)
2024-05-02 10:19:47 +03:00

966 B

layout title description aliases toc robots sitemap
docs Docs reference Examples of Bootstrap's documentation-specific components and styles. /docsref/ true noindex,follow
disable
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" >}}