examples.yml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. - category: Custom components
  2. description: "Brand new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework."
  3. examples:
  4. - name: Album
  5. description: "Simple one-page template for photo galleries, portfolios, and more."
  6. - name: Pricing
  7. description: "Example pricing page built with Cards and featuring a custom header and footer."
  8. - name: Checkout
  9. description: "Custom checkout form showing our form components and their validation features."
  10. - name: Product
  11. description: "Lean product-focused marketing page with extensive grid and image work."
  12. - name: Cover
  13. description: "A one-page template for building simple and beautiful home pages."
  14. - name: Carousel
  15. description: "Customize the navbar and carousel, then add some new components."
  16. - name: Blog
  17. description: "Magazine like blog template with header, navigation, featured content."
  18. - name: Dashboard
  19. description: "Basic admin dashboard shell with fixed sidebar and navbar."
  20. - name: Sign-in
  21. description: "Custom form layout and design for a simple sign in form."
  22. - name: Sticky footer
  23. description: "Attach a footer to the bottom of the viewport when page content is short."
  24. - name: Sticky footer navbar
  25. description: "Attach a footer to the bottom of the viewport with a fixed top navbar."
  26. - category: Framework
  27. description: "Examples that focus on implementing uses of built-in components provided by Bootstrap."
  28. examples:
  29. - name: "Starter template"
  30. description: "Nothing but the basics: compiled CSS and JavaScript."
  31. - name: Grid
  32. description: "Multiple examples of grid layouts with all four tiers, nesting, and more."
  33. - name: Jumbotron
  34. description: "Build around the jumbotron with a navbar and some basic grid columns."
  35. - category: Navbars
  36. description: "Taking the default navbar component and showing how it can be moved, placed, and extended."
  37. examples:
  38. - name: Navbars
  39. description: "Demonstration of all responsive and container options for the navbar."
  40. - name: Navbar static
  41. description: "Single navbar example of a static top navbar along with some additional content."
  42. - name: Navbar fixed
  43. description: "Single navbar example with a fixed top navbar along with some additional content."
  44. - name: Navbar bottom
  45. description: "Single navbar example with a bottom navbar along with some additional content."
  46. - category: Experiments
  47. description: "Examples that focus on future-friendly features or techniques."
  48. examples:
  49. - name: Floating labels
  50. description: "Beautifully simple forms with floating labels over your inputs."
  51. - name: Offcanvas
  52. description: "Turn your expandable navbar into a sliding offcanvas menu."