coffeescript-ui
Version:
Coffeescript User Interface System
15 lines (12 loc) • 675 B
Markdown
```div-parameter
## Parameter Block
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| text | <dt><String> | - | no | Lorem |
| header | <dt>isContent<dt><String><dt>.DOM | - | no | Lorem |
| icon | <dt><Icon> | - | no | Lorem |
| content | <dt>isContent<dt><String><dt>.DOM | - | no | Lorem |
| level | <dt><Integer> = 1 | 2 | 3 | 1 | yes | <dt>1<dd><dt>2<dd><dt>3<dd> |
| appearance | <dt><String> = "title" | "subtitle" | "normal" | "normal" | yes | <dt>title<dd><dt>subtitle<dd><dt>normal<dd> |
```
@@include(../../core/dom/dom_p.md)