diff options
author | nobody <nobody@zotlabs.com> | 2021-08-25 19:13:31 -0700 |
---|---|---|
committer | nobody <nobody@zotlabs.com> | 2021-08-25 19:13:31 -0700 |
commit | aa2106f9495bee4dcf0701fbd9fec8de6fa44984 (patch) | |
tree | f2e7178f78311069bd54471f6c063c5901d16fb7 /vendor/twbs/bootstrap/site/data/examples.yml | |
parent | 73b53675b1a339cfd950845279438e35b4e2dc7c (diff) | |
parent | 6261d0826c49ca24df9f694931592fbb9bf60f7e (diff) | |
download | volse-hubzilla-aa2106f9495bee4dcf0701fbd9fec8de6fa44984.tar.gz volse-hubzilla-aa2106f9495bee4dcf0701fbd9fec8de6fa44984.tar.bz2 volse-hubzilla-aa2106f9495bee4dcf0701fbd9fec8de6fa44984.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'vendor/twbs/bootstrap/site/data/examples.yml')
-rw-r--r-- | vendor/twbs/bootstrap/site/data/examples.yml | 46 |
1 files changed, 38 insertions, 8 deletions
diff --git a/vendor/twbs/bootstrap/site/data/examples.yml b/vendor/twbs/bootstrap/site/data/examples.yml index 6fb65d7f6..9898363d6 100644 --- a/vendor/twbs/bootstrap/site/data/examples.yml +++ b/vendor/twbs/bootstrap/site/data/examples.yml @@ -1,3 +1,15 @@ +- category: Snippets + description: "Common patterns for building sites and apps that build on existing components and utilities with custom CSS and more." + examples: + - name: Headers + description: "Display your branding, navigation, search, and more with these header components" + - name: Heroes + description: "Set the stage on your homepage with heroes that feature clear calls to action." + - name: Features + description: "Explain the features, benefits, or other details in your marketing content." + - name: Sidebars + description: "Common navigation patterns ideal for offcanvas or multi-column layouts." + - 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." examples: @@ -23,6 +35,8 @@ description: "Attach a footer to the bottom of the viewport when page content is short." - name: Sticky footer navbar description: "Attach a footer to the bottom of the viewport with a fixed top navbar." + - name: Jumbotron + description: "Use utilities to recreate and enhance Bootstrap 4's jumbotron." - category: Framework description: "Examples that focus on implementing uses of built-in components provided by Bootstrap." @@ -31,8 +45,10 @@ description: "Nothing but the basics: compiled CSS and JavaScript." - name: Grid description: "Multiple examples of grid layouts with all four tiers, nesting, and more." - - name: Jumbotron - description: "Build around the jumbotron with a navbar and some basic grid columns." + - name: Cheatsheet + description: "Kitchen sink of Bootstrap components." + - name: Cheatsheet RTL + description: "Kitchen sink of Bootstrap components, RTL." - category: Navbars description: "Taking the default navbar component and showing how it can be moved, placed, and extended." @@ -45,11 +61,25 @@ description: "Single navbar example with a fixed top navbar along with some additional content." - name: Navbar bottom description: "Single navbar example with a bottom navbar along with some additional content." + - name: Offcanvas navbar + description: "Turn your expandable navbar into a sliding offcanvas menu (doesn't use our offcanvas component)." + +- category: RTL + description: "See Bootstrap's RTL version in action with these modified Custom Components examples." + examples: + - name: Album RTL + description: "Simple one-page template for photo galleries, portfolios, and more." + - name: Checkout RTL + description: "Custom checkout form showing our form components and their validation features." + - name: Carousel RTL + description: "Customize the navbar and carousel, then add some new components." + - name: Blog RTL + description: "Magazine like blog template with header, navigation, featured content." + - name: Dashboard RTL + description: "Basic admin dashboard shell with fixed sidebar and navbar." -- category: Experiments - description: "Examples that focus on future-friendly features or techniques." +- category: Integrations + description: "Integrations with external libraries." examples: - - name: Floating labels - description: "Beautifully simple forms with floating labels over your inputs." - - name: Offcanvas - description: "Turn your expandable navbar into a sliding offcanvas menu." + - name: "Masonry" + description: "Combine the powers of the Bootstrap grid and the Masonry layout." |