@@ -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