examples.yml 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. - category: Snippets
  2. description: "Common patterns for building sites and apps that build on existing components and utilities with custom CSS and more."
  3. examples:
  4. - name: Headers
  5. description: "Display your branding, navigation, search, and more with these header components"
  6. - name: Heroes
  7. description: "Set the stage on your homepage with heroes that feature clear calls to action."
  8. - name: Features
  9. description: "Explain the features, benefits, or other details in your marketing content."
  10. - name: Sidebars
  11. description: "Common navigation patterns ideal for offcanvas or multi-column layouts."
  12. - category: Custom Components
  13. description: "Brand new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework."
  14. examples:
  15. - name: Album
  16. description: "Simple one-page template for photo galleries, portfolios, and more."
  17. - name: Pricing
  18. description: "Example pricing page built with Cards and featuring a custom header and footer."
  19. - name: Checkout
  20. description: "Custom checkout form showing our form components and their validation features."
  21. - name: Product
  22. description: "Lean product-focused marketing page with extensive grid and image work."
  23. - name: Cover
  24. description: "A one-page template for building simple and beautiful home pages."
  25. - name: Carousel
  26. description: "Customize the navbar and carousel, then add some new components."
  27. - name: Blog
  28. description: "Magazine like blog template with header, navigation, featured content."
  29. - name: Dashboard
  30. description: "Basic admin dashboard shell with fixed sidebar and navbar."
  31. - name: Sign-in
  32. description: "Custom form layout and design for a simple sign in form."
  33. - name: Sticky footer
  34. description: "Attach a footer to the bottom of the viewport when page content is short."
  35. - name: Sticky footer navbar
  36. description: "Attach a footer to the bottom of the viewport with a fixed top navbar."
  37. - name: Jumbotron
  38. description: "Use utilities to recreate and enhance Bootstrap 4's jumbotron."
  39. - category: Framework
  40. description: "Examples that focus on implementing uses of built-in components provided by Bootstrap."
  41. examples:
  42. - name: "Starter template"
  43. description: "Nothing but the basics: compiled CSS and JavaScript."
  44. - name: Grid
  45. description: "Multiple examples of grid layouts with all four tiers, nesting, and more."
  46. - name: Cheatsheet
  47. description: "Kitchen sink of Bootstrap components."
  48. - name: Cheatsheet RTL
  49. description: "Kitchen sink of Bootstrap components, RTL."
  50. - category: Navbars
  51. description: "Taking the default navbar component and showing how it can be moved, placed, and extended."
  52. examples:
  53. - name: Navbars
  54. description: "Demonstration of all responsive and container options for the navbar."
  55. - name: Navbar static
  56. description: "Single navbar example of a static top navbar along with some additional content."
  57. - name: Navbar fixed
  58. description: "Single navbar example with a fixed top navbar along with some additional content."
  59. - name: Navbar bottom
  60. description: "Single navbar example with a bottom navbar along with some additional content."
  61. - name: Offcanvas navbar
  62. description: "Turn your expandable navbar into a sliding offcanvas menu (doesn't use our offcanvas component)."
  63. - category: RTL
  64. description: "See Bootstrap's RTL version in action with these modified Custom Components examples."
  65. examples:
  66. - name: Album RTL
  67. description: "Simple one-page template for photo galleries, portfolios, and more."
  68. - name: Checkout RTL
  69. description: "Custom checkout form showing our form components and their validation features."
  70. - name: Carousel RTL
  71. description: "Customize the navbar and carousel, then add some new components."
  72. - name: Blog RTL
  73. description: "Magazine like blog template with header, navigation, featured content."
  74. - name: Dashboard RTL
  75. description: "Basic admin dashboard shell with fixed sidebar and navbar."
  76. - category: Integrations
  77. description: "Integrations with external libraries."
  78. examples:
  79. - name: "Masonry"
  80. description: "Combine the powers of the Bootstrap grid and the Masonry layout."