|
1 | 1 | - category: Starters |
2 | 2 | external: true |
3 | | - description: "Functional examples of using OUDS Web in common JS frameworks like Webpack, Parcel, Vite, and more you can edit in StackBlitz." |
| 3 | + description: "Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more you can edit in StackBlitz." |
4 | 4 | examples: |
5 | 5 | - name: CDN starter |
6 | | - description: "Instantly include OUDS Web's compiled CSS and JavaScript via the jsDelivr CDN." |
| 6 | + description: "Instantly include Bootstrap's compiled CSS and JavaScript via the jsDelivr CDN." |
7 | 7 | url: /examples/tree/main/starter |
8 | 8 | - name: Sass & JS |
9 | | - description: "Use npm to import and compile OUDS Web's Sass with Autoprefixer and Stylelint, plus our bundled JavaScript." |
| 9 | + description: "Use npm to import and compile Bootstrap's Sass with Autoprefixer and Stylelint, plus our bundled JavaScript." |
10 | 10 | url: /examples/tree/main/sass-js |
11 | 11 | - name: Sass & ESM JS |
12 | | - description: "Import and compile OUDS Web's Sass with Autoprefixer and Stylelint, and compile our source JavaScript with an ESM shim." |
| 12 | + description: "Import and compile Bootstrap's Sass with Autoprefixer and Stylelint, and compile our source JavaScript with an ESM shim." |
13 | 13 | url: /examples/tree/main/sass-js-esm |
14 | | - - name: OUDS Web color modes |
15 | | - description: "Import and compile OUDS Web's Sass with Stylelint, and the OUDS Web color modes." |
| 14 | + - name: Bootstrap color modes |
| 15 | + description: "Import and compile Bootstrap's Sass with Stylelint, and the Bootstrap color modes." |
16 | 16 | url: /examples/tree/main/color-modes |
17 | | - - name: OUDS Web Icons |
18 | | - description: "Import and compile OUDS Web's Sass with Stylelint, PurgeCSS, and the OUDS Web Icons web font." |
| 17 | + - name: Bootstrap Icons |
| 18 | + description: "Import and compile Bootstrap's Sass with Stylelint, PurgeCSS, and the Bootstrap Icons web font." |
19 | 19 | url: /examples/tree/main/icons-font |
20 | 20 | - name: Parcel |
21 | | - description: "Import and bundle OUDS Web's source Sass and JavaScript via Parcel." |
| 21 | + description: "Import and bundle Bootstrap's source Sass and JavaScript via Parcel." |
22 | 22 | url: /examples/tree/main/parcel |
23 | 23 | indexPath: src/index.html |
24 | 24 | indexPath: src/index.html |
25 | 25 | - name: React |
26 | | - description: "Import and bundle OUDS Web's source Sass and JavaScript with React, Next.js, and React OUDS Web." |
| 26 | + description: "Import and bundle Bootstrap's source Sass and JavaScript with React, Next.js, and React Bootstrap." |
27 | 27 | url: /examples/tree/main/react-nextjs |
28 | 28 | indexPath: src/pages/index.tsx |
29 | 29 | - name: Vite |
30 | | - description: "Import and bundle OUDS Web's source Sass and JavaScript with Vite." |
| 30 | + description: "Import and bundle Bootstrap's source Sass and JavaScript with Vite." |
31 | 31 | url: /examples/tree/main/vite |
32 | 32 | - name: Vue |
33 | | - description: "Import and bundle OUDS Web's source Sass and JavaScript with Vue and Vite." |
| 33 | + description: "Import and bundle Bootstrap's source Sass and JavaScript with Vue and Vite." |
34 | 34 | url: /examples/tree/main/vue |
35 | 35 | - name: Webpack |
36 | | - description: "Import and bundle OUDS Web's source Sass and JavaScript with Webpack." |
| 36 | + description: "Import and bundle Bootstrap's source Sass and JavaScript with Webpack." |
37 | 37 | url: /examples/tree/main/webpack |
38 | 38 | indexPath: src/index.html |
39 | 39 |
|
|
0 commit comments