diff options
| author | Mark Otto <[email protected]> | 2023-02-14 20:58:39 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-14 20:58:39 -0800 |
| commit | 2dc329dd3725d99f756b07a70db5b1cd7432bcea (patch) | |
| tree | 76472e9d16ea49457edefecbedb5d6992eb70dba /site/data/examples.yml | |
| parent | f2568746756384ea3d1adc2ef6ecdf815c7796ef (diff) | |
| download | bootstrap-2dc329dd3725d99f756b07a70db5b1cd7432bcea.tar.xz bootstrap-2dc329dd3725d99f756b07a70db5b1cd7432bcea.zip | |
WIP: New snippet examples (#36309)
* Start work on some new snippet examples
* Update for dark mode, fixes
* Add images, update descriptions
* examples fixes
Diffstat (limited to 'site/data/examples.yml')
| -rw-r--r-- | site/data/examples.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/site/data/examples.yml b/site/data/examples.yml index b8db98638..017aaa7c5 100644 --- a/site/data/examples.yml +++ b/site/data/examples.yml @@ -43,6 +43,14 @@ description: "Extend list groups with utilities and custom styles for any content." - name: Modals description: "Transform modals to serve any purpose, from feature tours to dialogs." + - name: Badges + description: "Make badges work with custom inner HTML and new looks." + - name: Breadcrumbs + description: "Integrate custom icons and create stepper components." + - name: Buttons + description: "Create custom buttons for just about any use case with utilities." + - name: Jumbotrons + description: "Create modernized versions of the classic Bootstrap component." - category: Custom Components description: "Brand-new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework." |
