mirror of https://github.com/twbs/bootstrap.git
1.5 KiB
1.5 KiB
layout | title | description | aliases | toc | robots | sitemap | ||
---|---|---|---|---|---|---|---|---|
docs | Docs reference | Examples of Bootstrap's documentation-specific components and styles. | /docsref/ | true | noindex,follow |
|
Buttons
Primary button Accent button Light button
Callouts
{{< callout >}} Default callout {{< /callout >}}
{{< callout warning >}} Warning callout {{< /callout >}}
{{< callout danger >}} Danger callout {{< /callout >}}
Code example
This is a test using
.bd-example
directly..test {
--color: blue;
}
<div class="test">This is a triple backtick markup only test.</div>
{{< highlight html >}}
This is a highlight tag markup only test.
{{< /highlight >}}
{{< example show_preview=false >}}
This is a markup only test.
{{< /example >}}
{{< example show_markup=false >}}
This is a preview only test.
{{< /example >}}
{{< example >}}
This is a test.
{{< /example >}}
{{< example class=bg-body-secondary >}}
This is a test with a custom background color.
{{< /example >}}
{{< scss-docs name="variable-gradient" file="scss/_variables.scss" >}}
{{< js-docs name="live-toast" file="site/assets/js/partials/snippets.js" >}}