content updates

This commit is contained in:
Tom Johnson
2015-08-12 18:45:08 -07:00
parent 2a81d2a101
commit e19638e498
48 changed files with 187 additions and 181 deletions

View File

@ -1,14 +1,14 @@
---
title: Labels
audience: writer, designer
tags: formatting
keywords:
last_updated:
summary:
tags: [formatting]
keywords: labels, buttons, bootstrap, api methods
last_updated: August 12, 2015
summary: "Labels are just a simple Bootstrap component that you can include in your pages as needed. They represent one of many Bootstrap options you can include in your theme."
---
{% include linkrefs.html %}
These labels might come in handy for labeling things, such as POST, DELETE, UPDATE methods for endpoints. You can use any classes from Bootstrap in your content.
## About labels
Labels might come in handy for adding button-like tags next to elements, such as POST, DELETE, UPDATE methods for endpoints. You can use any classes from Bootstrap in your content.
```html
<span class="label label-default">Default</span>