examples.yml 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. - category: Starters
  2. external: true
  3. description: 'Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more you can edit in StackBlitz.'
  4. examples:
  5. - name: CDN starter
  6. description: "Instantly include Bootstrap's compiled CSS and JavaScript via the jsDelivr CDN."
  7. url: /examples/tree/main/starter
  8. - name: Sass & JS
  9. description: "Use npm to import and compile Bootstrap's Sass with Autoprefixer and Stylelint, plus our bundled JavaScript."
  10. url: /examples/tree/main/sass-js
  11. - name: Sass & ESM JS
  12. description: "Import and compile Bootstrap's Sass with Autoprefixer and Stylelint, and compile our source JavaScript with an ESM shim."
  13. url: /examples/tree/main/sass-js-esm
  14. - name: Bootstrap color modes
  15. description: "Import and compile Bootstrap's Sass with Stylelint, and the Bootstrap color modes."
  16. url: /examples/tree/main/color-modes
  17. - name: Bootstrap Icons
  18. description: "Import and compile Bootstrap's Sass with Stylelint, PurgeCSS, and the Bootstrap Icons web font."
  19. url: /examples/tree/main/icons-font
  20. - name: Parcel
  21. description: "Import and bundle Bootstrap's source Sass and JavaScript via Parcel."
  22. url: /examples/tree/main/parcel
  23. indexPath: src/index.html
  24. - name: React
  25. description: "Import and bundle Bootstrap's source Sass and JavaScript with React, Next.js, and React Bootstrap."
  26. url: /examples/tree/main/react-nextjs
  27. indexPath: src/pages/index.tsx
  28. - name: Vite
  29. description: "Import and bundle Bootstrap's source Sass and JavaScript with Vite."
  30. url: /examples/tree/main/vite
  31. - name: Vue
  32. description: "Import and bundle Bootstrap's source Sass and JavaScript with Vue and Vite."
  33. url: /examples/tree/main/vue
  34. - name: Webpack
  35. description: "Import and bundle Bootstrap's source Sass and JavaScript with Webpack."
  36. url: /examples/tree/main/webpack
  37. indexPath: src/index.html
  38. - category: Snippets
  39. description: 'Common patterns for building sites and apps that build on existing components and utilities with custom CSS and more.'
  40. examples:
  41. - name: Headers
  42. description: 'Display your branding, navigation, search, and more with these header components'
  43. - name: Heroes
  44. description: 'Set the stage on your homepage with heroes that feature clear calls to action.'
  45. - name: Features
  46. description: 'Explain the features, benefits, or other details in your marketing content.'
  47. - name: Sidebars
  48. description: 'Common navigation patterns ideal for offcanvas or multi-column layouts.'
  49. - name: Footers
  50. description: 'Finish every page strong with an awesome footer, big or small.'
  51. - name: Dropdowns
  52. description: 'Enhance your dropdowns with filters, icons, custom styles, and more.'
  53. - name: List groups
  54. description: 'Extend list groups with utilities and custom styles for any content.'
  55. - name: Modals
  56. description: 'Transform modals to serve any purpose, from feature tours to dialogs.'
  57. - name: Badges
  58. description: 'Make badges work with custom inner HTML and new looks.'
  59. - name: Breadcrumbs
  60. description: 'Integrate custom icons and create stepper components.'
  61. - name: Buttons
  62. description: 'Create custom buttons for just about any use case with utilities.'
  63. - name: Jumbotrons
  64. description: 'Create modernized versions of the classic Bootstrap component.'
  65. - category: Custom Components
  66. description: 'Brand-new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework.'
  67. examples:
  68. - name: Album
  69. description: 'Simple one-page template for photo galleries, portfolios, and more.'
  70. - name: Pricing
  71. description: 'Example pricing page built with Cards and featuring a custom header and footer.'
  72. - name: Checkout
  73. description: 'Custom checkout form showing our form components and their validation features.'
  74. - name: Product
  75. description: 'Lean product-focused marketing page with extensive grid and image work.'
  76. - name: Cover
  77. description: 'A one-page template for building simple and beautiful home pages.'
  78. - name: Carousel
  79. description: 'Customize the navbar and carousel, then add some new components.'
  80. - name: Blog
  81. description: 'Magazine like blog template with header, navigation, featured content.'
  82. - name: Dashboard
  83. description: 'Basic admin dashboard shell with fixed sidebar and navbar.'
  84. - name: Sign-in
  85. description: 'Custom form layout and design for a simple sign in form.'
  86. - name: Sticky footer
  87. description: 'Attach a footer to the bottom of the viewport when page content is short.'
  88. - name: Sticky footer navbar
  89. description: 'Attach a footer to the bottom of the viewport with a fixed top navbar.'
  90. - name: Jumbotron
  91. description: "Use utilities to recreate and enhance Bootstrap 4's jumbotron."
  92. - category: Framework
  93. description: 'Examples that focus on implementing uses of built-in components provided by Bootstrap.'
  94. examples:
  95. - name: 'Starter template'
  96. description: 'Nothing but the basics: compiled CSS and JavaScript.'
  97. - name: Grid
  98. description: 'Multiple examples of grid layouts with all four tiers, nesting, and more.'
  99. - name: Cheatsheet
  100. description: 'Kitchen sink of Bootstrap components.'
  101. - category: Navbars
  102. description: 'Taking the default navbar component and showing how it can be moved, placed, and extended.'
  103. examples:
  104. - name: Navbars
  105. description: 'Demonstration of all responsive and container options for the navbar.'
  106. - name: Navbars offcanvas
  107. description: 'Same as the Navbars example, but with our offcanvas component.'
  108. - name: Navbar static
  109. description: 'Single navbar example of a static top navbar along with some additional content.'
  110. - name: Navbar fixed
  111. description: 'Single navbar example with a fixed top navbar along with some additional content.'
  112. - name: Navbar bottom
  113. description: 'Single navbar example with a bottom navbar along with some additional content.'
  114. - name: Offcanvas navbar
  115. description: "Turn your expandable navbar into a sliding offcanvas menu (doesn't use our offcanvas component)."
  116. - category: RTL
  117. description: "See Bootstrap's RTL version in action with these modified examples from various categories."
  118. examples:
  119. - name: Album RTL
  120. description: 'Simple one-page template for photo galleries, portfolios, and more.'
  121. - name: Checkout RTL
  122. description: 'Custom checkout form showing our form components and their validation features.'
  123. - name: Carousel RTL
  124. description: 'Customize the navbar and carousel, then add some new components.'
  125. - name: Blog RTL
  126. description: 'Magazine like blog template with header, navigation, featured content.'
  127. - name: Dashboard RTL
  128. description: 'Basic admin dashboard shell with fixed sidebar and navbar.'
  129. - name: Cheatsheet RTL
  130. description: 'Kitchen sink of Bootstrap components, RTL.'
  131. - category: Integrations
  132. description: 'Integrations with external libraries.'
  133. examples:
  134. - name: 'Masonry'
  135. description: 'Combine the powers of the Bootstrap grid and the Masonry layout.'