pui-css-panels
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "pui-css-panels", | ||
"style": "panels.css", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "panels css component for Pivotal UI based on Bootstrap", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -6,3 +6,3 @@ # panels | ||
## Usage | ||
## Installation | ||
@@ -15,3 +15,13 @@ To install the package, from the command line, type: | ||
You can find examples of the panels component in the [pui style guide](http://styleguide.pivotal.io/objects.html#panel) | ||
## Usage | ||
```html | ||
<div class="panel panel-simple bg-neutral-11"> | ||
<div class="panel-body"> | ||
Simple Panel | ||
</div> | ||
</div> | ||
``` | ||
You can find more examples of the panels component in the [pui style guide](http://styleguide.pivotal.io/objects.html#panel) | ||
@@ -18,0 +28,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
7179
34