From f5c63e11b81d4d6975f29e122b6581bd7860adbc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jul 2014 02:13:13 -0700 Subject: move label --- docs/components/label.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 docs/components/label.md (limited to 'docs/components') diff --git a/docs/components/label.md b/docs/components/label.md new file mode 100644 index 000000000..05cf2fe81 --- /dev/null +++ b/docs/components/label.md @@ -0,0 +1,40 @@ +
+

Labels

+ +

Example

+
+

Example heading New

+

Example heading New

+

Example heading New

+

Example heading New

+
Example heading New
+
Example heading New
+
+{% highlight html %} +

Example heading New

+{% endhighlight %} + +

Available variations

+

Add any of the below mentioned modifier classes to change the appearance of a label.

+
+ Default + Primary + Success + Info + Warning + Danger +
+{% highlight html %} +Default +Primary +Success +Info +Warning +Danger +{% endhighlight %} + +
+

Have tons of labels?

+

Rendering problems can arise when you have dozens of inline labels within a narrow container, each containing its own inline-block element (like an icon). The way around this is setting display: inline-block;. For context and an example, see #13219.

+
+
-- cgit v1.2.3