plugins.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. - name: Alert
  2. description: Show and hide alert messages to your users.
  3. link: components/alerts/#javascript-behavior
  4. - name: Button
  5. description: Programmatically control the active state for buttons.
  6. link: components/buttons/#button-plugin
  7. - name: Carousel
  8. description: Add slideshows to any page, including support for crossfade.
  9. link: components/carousel/
  10. - name: Collapse
  11. description: Expand and collapse areas of content, or create accordions.
  12. link: components/collapse/
  13. - name: Dropdown
  14. description: Create menus of links, actions, forms, and more.
  15. link: components/dropdowns/
  16. - name: Modal
  17. description: Add flexible and responsive dialogs to your project.
  18. link: components/modal/
  19. - name: Offcanvas
  20. description: Build and toggle hidden sidebars into any page.
  21. link: components/offcanvas/
  22. - name: Popover
  23. description: Create custom overlays. Built on Popper.
  24. link: components/popovers/
  25. - name: Scrollspy
  26. description: Automatically update active nav links based on page scroll.
  27. link: components/scrollspy/
  28. - name: Tab
  29. description: Allow Bootstrap nav components to toggle contents.
  30. link: components/navs-tabs/
  31. - name: Toast
  32. description: Show and hide notifications to your visitors.
  33. link: components/toasts/
  34. - name: Tooltip
  35. description: Replace browser tooltips with custom ones. Built on Popper.
  36. link: components/tooltips/