pui-css-dividers
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "pui-css-dividers", | ||
"style": "dividers.css", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "dividers css component for Pivotal UI based on Bootstrap", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -6,3 +6,3 @@ # dividers | ||
## Usage | ||
## Installation | ||
@@ -15,3 +15,14 @@ To install the package, from the command line, type: | ||
You can find examples of the dividers component in the [pui style guide](http://styleguide.pivotal.io/elements.html#divider) | ||
## Usage | ||
```html | ||
<hr class="divider-alternate-1"/> | ||
<hr class="divider-alternate-2"/> | ||
<div class="dark-background" style="background-color: #243640; padding: 20px;"> | ||
<hr class="divider-1"/> | ||
<hr class="divider-2"/> | ||
</div> | ||
``` | ||
You can find more examples of the dividers component in the [pui style guide](http://styleguide.pivotal.io/elements.html#divider) | ||
@@ -18,0 +29,0 @@ ***************************************** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2925
35