mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
restore page headers, use partial and page frontmatter to organize it
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Alerts
|
||||
group: components
|
||||
---
|
||||
|
||||
Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Breadcrumb
|
||||
group: components
|
||||
---
|
||||
|
||||
Indicate the current page's location within a navigational hierarchy.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Button dropdown
|
||||
group: components
|
||||
---
|
||||
|
||||
Use any button to trigger a dropdown menu by placing it within a `.btn-group` and providing the proper dropdown menu markup.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Button group
|
||||
group: components
|
||||
---
|
||||
|
||||
Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with [our buttons plugin](../javascript/#buttons).
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Buttons
|
||||
group: components
|
||||
---
|
||||
|
||||
Buttons are used to execute actions in forms, dialogs, and more. Use any of the available button classes to quickly create a styled button.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Cards
|
||||
group: components
|
||||
---
|
||||
|
||||
A **card** is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Carousel
|
||||
group: components
|
||||
---
|
||||
|
||||
A slideshow component for cycling through elements—images or slides of text—like a carousel. **Nested carousels are not supported.**
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Code
|
||||
group: components
|
||||
---
|
||||
|
||||
Styles for inline code snippets and longer, multiline blocks of code.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Collapse
|
||||
group: components
|
||||
---
|
||||
|
||||
Flexible plugin that utilizes a handful of classes for easy toggle behavior.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Dropdowns
|
||||
group: components
|
||||
---
|
||||
|
||||
Toggleable, contextual menu for displaying lists of links. Made interactive with the included dropdown JavaScript plugin.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Forms
|
||||
group: components
|
||||
---
|
||||
|
||||
Bootstrap provides several form control styles, layout options, and custom components for creating a wide variety of forms.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Images
|
||||
group: components
|
||||
---
|
||||
|
||||
Opt your images into responsive behavior (so they never become larger than their parent elements) and add lightweight styles to them—all via classes.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Input group
|
||||
group: components
|
||||
---
|
||||
|
||||
Easily extend form controls by adding text, buttons, or button groups on either side of textual `<input>`s.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Jumbotron
|
||||
group: components
|
||||
---
|
||||
|
||||
A lightweight, flexible component that can optionally extend the entire viewport to showcase key marketing messages on your site.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Labels
|
||||
group: components
|
||||
---
|
||||
|
||||
Small and adaptive tag for adding context to just about any content.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: List group
|
||||
group: components
|
||||
---
|
||||
|
||||
List groups are a flexible and powerful component for displaying not only simple lists of elements, but complex ones with custom content.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Modal
|
||||
group: components
|
||||
---
|
||||
|
||||
Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Navbar
|
||||
group: components
|
||||
---
|
||||
|
||||
The navbar is a simple wrapper for positioning branding, navigation, and other elements. It's easily extensible and with the help of our collapse plugin it can easily integrate offscreen content.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Navs
|
||||
group: components
|
||||
---
|
||||
|
||||
Navigation available in Bootstrap share general markup and styles, from the base `.nav` class to the active and disabled states. Swap modifier classes to switch between each style.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Pagination
|
||||
group: components
|
||||
---
|
||||
|
||||
Provide pagination links for your site or app with the multi-page pagination component, or the simpler [pager alternative](#pagination-pager).
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Popovers
|
||||
group: components
|
||||
---
|
||||
|
||||
Add small overlays of content, like those found in iOS, to any element for housing secondary information.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Progress
|
||||
group: components
|
||||
---
|
||||
|
||||
Stylize the HTML5 `<progress>` element with a few extra classes and some crafty browser-specific CSS. Be sure to read up on the browser support.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Reboot
|
||||
group: components
|
||||
---
|
||||
|
||||
Part of Bootstrap's job is to provide an elegant, consistent, and simple baseline to build upon. We use Reboot, a collection of element-specific CSS changes in a single file, to kickstart that.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Srollspy
|
||||
group: components
|
||||
---
|
||||
|
||||
## Contents
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Tables
|
||||
group: components
|
||||
---
|
||||
|
||||
Due to the widespread use of tables across third-party widgets like calendars and date pickers, we've designed our tables to be **opt-in**. Just add the base class `.table` to any `<table>`.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Tooltips
|
||||
group: components
|
||||
---
|
||||
|
||||
Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, use CSS3 for animations, and data-attributes for local title storage.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Typography
|
||||
group: components
|
||||
---
|
||||
|
||||
Bootstrap includes simple and easily customized typography for headings, body text, lists, and more. For even more control, check out the [textual utility classes](/components/utilities/).
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Utility classes
|
||||
group: components
|
||||
---
|
||||
|
||||
Bootstrap includes dozens of utilities—classes with a single purpose. They're designed to reduce the frequency of highly repetitive declarations in your CSS down while allowing for quick and easy development.
|
||||
|
||||
Reference in New Issue
Block a user