You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2021. It is now read-only.
Install `angular-schema-form-panel` via npm or bower:
13
+
Install `angular-schema-form-panel` via npm or bower.
14
+
15
+
### NPM
10
16
11
17
```sh
12
18
npm install angular-schema-form-panel
13
19
```
14
20
21
+
### Bower
22
+
15
23
```sh
16
24
bower install angular-schema-form-panel
17
25
```
@@ -88,3 +96,11 @@ You can use the following options on each `panel` object. All options are option
88
96
|`bodyClass`|`string`| Specifies additional class(es) to add to the panel's body element. |
89
97
|`footerClass`|`string`| Specifies additional class(es) to add to the panel's footer element. |
90
98
|`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`. |
0 commit comments