Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.1k
Panel Component
Travis Tidwell edited this page Jul 5, 2017
·
3 revisions
The JSON Schema definition for this component is defined as follows.
This component uses the core properties defined within the Common Parameters section.
| Property | Description | Value | Required | Default |
|---|---|---|---|---|
| title | The title of the panel | Any string | false | |
| theme | Any valid Bootstrap Panel Theme | One of default, primary, success, info, warning, danger | false | default |
| components | An array of components that are within this panel. | Array of Components | true | [] |