Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 2.3 KB

components.md

File metadata and controls

46 lines (39 loc) · 2.3 KB

Components

Introducing bootstrap components into the wiki text is the main goal of this extension. Depending on your configuration, none, some, or all of the following components are available to be used inside the wiki text:

  • Accordion: An accordion is a collection of cards, showing only the selected one. ()
  • Alert: Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
  • Badge: Easily highlight new or unread items by adding a badge component to them. Replaces bootstrap3's label.
  • Button: Bootstrap provides different styles of buttons that can link to any target.
  • Card: Cards provide a flexible and extensible content container with multiple variants and options, replacing bootstrap3's panel and well element.
  • Carousel: The Carousel component is for cycling through images, like a carousel (slide show).
  • Collapse: Collapses are useful when you want to hide and show large amount of content.
  • Jumbotron: A jumbotron indicates a big box for calling extra attention to some special content or information.
  • Modal: The Modal component is a dialog box/popup window that is displayed on top of the current page.
  • Popover: The Popover component produces a pop-up box when the user clicks on an element.
  • Tooltip: Displays a tooltip when hovering over an element.

Just add the appropriate code inside your wiki text. If your wiki is not configured to use this specific component, you will see the code on the resulting page. If it is whitelisted you will see either the component or a feedback message on your wiki page.

Please note that the following components have been removed as of bootstrap4: