-
Notifications
You must be signed in to change notification settings - Fork 54
/
examples.yml
92 lines (85 loc) · 4.22 KB
/
examples.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
- category: Starters
external: true
description: "Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more you can edit in StackBlitz."
examples:
- name: CDN starter
description: "Instantly include Bootstrap's compiled CSS and JavaScript via the jsDelivr CDN."
url: /examples/tree/main/starter
- name: Sass & JS
description: "Use npm to import and compile Bootstrap's Sass with Autoprefixer and Stylelint, plus our bundled JavaScript."
url: /examples/tree/main/sass-js
- name: Sass & ESM JS
description: "Import and compile Bootstrap's Sass with Autoprefixer and Stylelint, and compile our source JavaScript with an ESM shim."
url: /examples/tree/main/sass-js-esm
- name: Bootstrap color modes
description: "Import and compile Bootstrap's Sass with Stylelint, and the Bootstrap color modes."
url: /examples/tree/main/color-modes
- name: Bootstrap Icons
description: "Import and compile Bootstrap's Sass with Stylelint, PurgeCSS, and the Bootstrap Icons web font."
url: /examples/tree/main/icons-font
- name: Parcel
description: "Import and bundle Bootstrap's source Sass and JavaScript via Parcel."
url: /examples/tree/main/parcel
indexPath: src/index.html
indexPath: src/index.html
- name: React
description: "Import and bundle Bootstrap's source Sass and JavaScript with React, Next.js, and React Bootstrap."
url: /examples/tree/main/react-nextjs
indexPath: src/pages/index.tsx
- name: Vite
description: "Import and bundle Bootstrap's source Sass and JavaScript with Vite."
url: /examples/tree/main/vite
- name: Vue
description: "Import and bundle Bootstrap's source Sass and JavaScript with Vue and Vite."
url: /examples/tree/main/vue
- name: Webpack
description: "Import and bundle Bootstrap's source Sass and JavaScript with Webpack."
url: /examples/tree/main/webpack
indexPath: src/index.html
- category: Snippets
description: "Common patterns for building sites and apps that build on existing components and utilities with custom CSS and more."
examples:
- name: Footers
description: "Finish every page strong with an awesome footer, big or small."
- category: Custom Components
description: "Brand-new components and templates to help folks quickly get started with Boosted and demonstrate best practices for adding onto the framework."
examples:
- name: Cards
description: "List of all card variants (content and design)."
- name: Stickers
description: "List of all sticker variants."
- name: Tags
description: "Some tags use cases from links to filter."
- name: Title bars
description: "Orange branded title bars to introduce titles."
- category: Framework
description: "Examples that focus on implementing uses of built-in components provided by Boosted."
examples:
- name: Grid
description: "Multiple examples of grid layouts with all four tiers, nesting, and more."
- category: Navbars
description: "Taking the default navbar component and showing how it can be moved, placed, and extended."
examples:
- name: Navbars
description: "Demonstration of all responsive and container options for the navbar."
- name: Navbar sticky
description: "Single navbar example of a sticky-top navbar along with some additional content."
- name: Navbar mode selector
description: "Single navbar example with a mode selector to switch between light and dark mode."
- category: Pages
description: "Complete reusable pages that can be found in the Design Guidelines."
examples:
- name: Download app
description: "How to build a download app page (redirect on iOS and Android)."
- name: Form
description: "How to build a form with Boosted."
- category: RTL
description: "See Boosted's RTL version in action with these modified Custom Components examples."
examples:
- name: "Cards RTL"
description: "List of all card variants (content and design)."
- category: Integrations
description: "Integrations with external libraries."
examples:
- name: "Masonry"
description: "Combine the powers of the Boosted grid and the Masonry layout."