Skip to content
This repository was archived by the owner on Feb 13, 2021. It is now read-only.

Commit 2875135

Browse files
committed
add badges and visually seprate npm and bower install steps a bit more
1 parent d024645 commit 2875135

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,22 @@
44
55
***View the <a href="https://codepen.io/rthaut/full/xzReMB/">Live Demo on CodePen</a> for examples.***
66

7+
* * *
8+
9+
[![Build status][travis-image]][travis-url] [![Dependencies status][david-image]][david-url] [![NPM version][npm-image]][npm-url] ![Bower version][bower-image]
10+
711
## Installation
812

9-
Install `angular-schema-form-panel` via npm or bower:
13+
Install `angular-schema-form-panel` via npm or bower.
14+
15+
### NPM
1016

1117
```sh
1218
npm install angular-schema-form-panel
1319
```
1420

21+
### Bower
22+
1523
```sh
1624
bower install angular-schema-form-panel
1725
```
@@ -88,3 +96,11 @@ You can use the following options on each `panel` object. All options are option
8896
| `bodyClass` | `string` | Specifies additional class(es) to add to the panel's body element. |
8997
| `footerClass` | `string` | Specifies additional class(es) to add to the panel's footer element. |
9098
| `list` | `bool` | Specifies if the `items` should be rendered as elements of a [list group](https://getbootstrap.com/docs/3.3/components/#panels-list-group). <br> Defaults to `false`. |
99+
100+
[travis-url]: http://travis-ci.com/rthaut/angular-schema-form-panel
101+
[travis-image]: https://travis-ci.com/rthaut/angular-schema-form-panel.svg?branch=master
102+
[npm-url]: https://npmjs.org/package/angular-schema-form-panel
103+
[npm-image]: https://badge.fury.io/js/angular-schema-form-panel.svg
104+
[bower-image]: https://badge.fury.io/bo/angular-schema-form-panel.svg
105+
[david-url]: https://david-dm.org/rthaut/angular-schema-form-panel
106+
[david-image]: https://david-dm.org/rthaut/angular-schema-form-panel/dev-status.svg

0 commit comments

Comments
 (0)