Skip to content

Commit 06cbc41

Browse files
Kikobeatsjavivelasco
authored andcommitted
Fix AppBar doc (react-toolbox#1407)
1 parent d2eee5a commit 06cbc41

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

components/app_bar/readme.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ The `AppBar` component provides properties for the common use cases of `title`,
3030

3131
## Properties
3232

33-
| Name | Type | Default | Description|
34-
|:-----|:-----|:-----|:-----|
35-
| `className` | `String` | `''` | Set a class for the root component.|
36-
| `fixed` | `Bool` | `false` | Determine if the bar should have position `fixed` or `relative`.|
37-
| `flat` | `Bool` | `false` | If true, the AppBar doesn't show a shadow.|
38-
| `theme` | `Object` | `null` | Classnames object defining the component style.|
39-
| `title` | `String|Element` | `null` | Title used for the appbar.|
40-
| `leftIcon` | `String|Element` | `null` | Left icon.|
41-
| `onLeftIconClick` | `Function` | `null` | Called on left icon click event.|
42-
| `rightIcon` | `String|Element` | `null` | Right icon.|
43-
| `onRightIconClick` | `Function` | `null` | Called on right icon click event.|
44-
| `scrollHide` | `Bool` | `false` | Whether AppBar should be hidden during scroll.|
33+
| Name | Type | Default | Description |
34+
|:-------------------|:-----------------|:--------|:----------------------------------------------------------------|
35+
| `className` | `String` | `''` | Set a class for the root component. |
36+
| `fixed` | `Bool` | `false` | Determine if the bar should have position `fixed` or `relative`.|
37+
| `flat` | `Bool` | `false` | If true, the AppBar doesn't show a shadow. |
38+
| `theme` | `Object` | `null` | Classnames object defining the component style. |
39+
| `title`           | `String\|Element` | `null` | Title used for the appbar. |
40+
| `leftIcon`         | `String\|Element` | `null` | Left icon. |
41+
| `onLeftIconClick` | `Function` | `null` | Called on left icon click event. |
42+
| `rightIcon`       | `String\|Element` | `null` | Right icon. |
43+
| `onRightIconClick` | `Function` | `null` | Called on right icon click event. |
44+
| `scrollHide` | `Bool` | `false` | Whether AppBar should be hidden during scroll. |
4545

4646
## Theme
4747

0 commit comments

Comments
 (0)