mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Doc: Reorder alphabetically lists of components
This commit is contained in:
parent
135b9cdff2
commit
5b31463e35
@ -40,12 +40,12 @@ As you familiarize yourself with Bootstrap, continue exploring this section for
|
|||||||
Several Bootstrap components include embedded SVGs in our CSS to style components consistently and easily across browsers and devices. **For organizations with more strict <abbr title="Content Security Policy">CSP</abbr> configurations**, we've documented all instances of our embedded SVGs (all of which are applied via `background-image`) so you can more thoroughly review your options.
|
Several Bootstrap components include embedded SVGs in our CSS to style components consistently and easily across browsers and devices. **For organizations with more strict <abbr title="Content Security Policy">CSP</abbr> configurations**, we've documented all instances of our embedded SVGs (all of which are applied via `background-image`) so you can more thoroughly review your options.
|
||||||
|
|
||||||
- [Accordion]({{< docsref "/components/accordion" >}})
|
- [Accordion]({{< docsref "/components/accordion" >}})
|
||||||
|
- [Carousel controls]({{< docsref "/components/carousel#with-controls" >}})
|
||||||
- [Close button]({{< docsref "/components/close-button" >}}) (used in alerts and modals)
|
- [Close button]({{< docsref "/components/close-button" >}}) (used in alerts and modals)
|
||||||
- [Form checkboxes and radio buttons]({{< docsref "/forms/checks-radios" >}})
|
- [Form checkboxes and radio buttons]({{< docsref "/forms/checks-radios" >}})
|
||||||
- [Form switches]({{< docsref "/forms/checks-radios#switches" >}})
|
- [Form switches]({{< docsref "/forms/checks-radios#switches" >}})
|
||||||
- [Form validation icons]({{< docsref "/forms/validation#server-side" >}})
|
- [Form validation icons]({{< docsref "/forms/validation#server-side" >}})
|
||||||
- [Select menus]({{< docsref "/forms/select" >}})
|
|
||||||
- [Carousel controls]({{< docsref "/components/carousel#with-controls" >}})
|
|
||||||
- [Navbar toggle buttons]({{< docsref "/components/navbar#responsive-behaviors" >}})
|
- [Navbar toggle buttons]({{< docsref "/components/navbar#responsive-behaviors" >}})
|
||||||
|
- [Select menus]({{< docsref "/forms/select" >}})
|
||||||
|
|
||||||
Based on [community conversation](https://github.com/twbs/bootstrap/issues/25394), some options for addressing this in your own codebase include replacing the URLs with locally hosted assets, removing the images and using inline images (not possible in all components), and modifying your CSP. Our recommendation is to carefully review your own security policies and decide on the best path forward, if necessary.
|
Based on [community conversation](https://github.com/twbs/bootstrap/issues/25394), some options for addressing this in your own codebase include replacing the URLs with locally hosted assets, removing the images and using inline images (not possible in all components), and modifying your CSP. Our recommendation is to carefully review your own security policies and decide on the best path forward, if necessary.
|
||||||
|
@ -62,9 +62,9 @@ Curious which components explicitly require our JavaScript and Popper? Click the
|
|||||||
- Modals for displaying, positioning, and scroll behavior
|
- Modals for displaying, positioning, and scroll behavior
|
||||||
- Navbar for extending our Collapse plugin to implement responsive behavior
|
- Navbar for extending our Collapse plugin to implement responsive behavior
|
||||||
- Offcanvases for displaying, positioning, and scroll behavior
|
- Offcanvases for displaying, positioning, and scroll behavior
|
||||||
|
- Scrollspy for scroll behavior and navigation updates
|
||||||
- Toasts for displaying and dismissing
|
- Toasts for displaying and dismissing
|
||||||
- Tooltips and popovers for displaying and positioning (also requires [Popper](https://popper.js.org/))
|
- Tooltips and popovers for displaying and positioning (also requires [Popper](https://popper.js.org/))
|
||||||
- Scrollspy for scroll behavior and navigation updates
|
|
||||||
{{< /markdown >}}
|
{{< /markdown >}}
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user