coffeescript-ui
Version:
Coffeescript User Interface System
9 lines (8 loc) • 836 B
Markdown
```div-parameter
## Parameter FormButton
| Parameter | Format | Default | Mandatory | Description |
| --- | --- | :---: | :---: | --- |
| icon | <dt>Instance of <Object> = Icon<dt><dt><String> | - | no | Lorem |
| appearance | <dt><String> = <dd>"auto" | "link" | "flat" | "normal" | "important" | "auto" | yes | Describes the button's visual appearance.<dt>`auto`<dd>The button is automatically formatted.<dt>`link`<dd>Standard button without border and a underlined text.<dt>`flat`<dd>Button has no border and inherits its background color from its parent div.<dt>`normal`<dd>Standard button with border and its own background color.<dt>`important`<dd>emphasized button to show the user that the button is important. |
```
@@include(../../checkbox/checkbox_p.md)