From 06cbc41f3b1ea96e2e529df19901a62a0e33185f Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 9 May 2017 17:02:33 +0200 Subject: [PATCH] Fix AppBar doc (#1407) --- components/app_bar/readme.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/components/app_bar/readme.md b/components/app_bar/readme.md index 1070cfe3..2c53f9b9 100644 --- a/components/app_bar/readme.md +++ b/components/app_bar/readme.md @@ -30,18 +30,18 @@ The `AppBar` component provides properties for the common use cases of `title`, ## Properties -| Name | Type | Default | Description| -|:-----|:-----|:-----|:-----| -| `className` | `String` | `''` | Set a class for the root component.| -| `fixed` | `Bool` | `false` | Determine if the bar should have position `fixed` or `relative`.| -| `flat` | `Bool` | `false` | If true, the AppBar doesn't show a shadow.| -| `theme` | `Object` | `null` | Classnames object defining the component style.| -| `title` | `String|Element` | `null` | Title used for the appbar.| -| `leftIcon` | `String|Element` | `null` | Left icon.| -| `onLeftIconClick` | `Function` | `null` | Called on left icon click event.| -| `rightIcon` | `String|Element` | `null` | Right icon.| -| `onRightIconClick` | `Function` | `null` | Called on right icon click event.| -| `scrollHide` | `Bool` | `false` | Whether AppBar should be hidden during scroll.| +| Name | Type | Default | Description | +|:-------------------|:-----------------|:--------|:----------------------------------------------------------------| +| `className` | `String` | `''` | Set a class for the root component. | +| `fixed` | `Bool` | `false` | Determine if the bar should have position `fixed` or `relative`.| +| `flat` | `Bool` | `false` | If true, the AppBar doesn't show a shadow. | +| `theme` | `Object` | `null` | Classnames object defining the component style. | +| `title`           | `String\|Element` | `null` | Title used for the appbar. | +| `leftIcon`         | `String\|Element` | `null` | Left icon. | +| `onLeftIconClick` | `Function` | `null` | Called on left icon click event. | +| `rightIcon`       | `String\|Element` | `null` | Right icon. | +| `onRightIconClick` | `Function` | `null` | Called on right icon click event. | +| `scrollHide` | `Bool` | `false` | Whether AppBar should be hidden during scroll. | ## Theme