File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ const NavigationTest = () => (
25
25
26
26
## Properties
27
27
28
- | Name | Type | Default | Description|
28
+ | Name | Type | Default | Description|
29
29
| :-----| :-----| :-----| :-----|
30
- | ` actions ` | ` Array ` | | Array of objects that represent buttons so the keys will be transferred as properties to those .|
31
- | ` className ` | ` String ` | | Set a custom class styles to style the navigation.|
32
- | ` routes ` | ` Array ` | | Array of objects similar to actions but that will be rendered as ` <Link/> ` component definition. |
33
- | ` type ` | ` String ` | ` horizontal ` | Type of the navigation, it can be vertical or horizontal.|
30
+ | ` actions ` | ` Array ` | | Array of objects that will be represented as ` <Button/> ` so the keys will be transferred as properties the Button Component .|
31
+ | ` className ` | ` String ` | | Set a custom class styles to style the navigation.|
32
+ | ` routes ` | ` Array ` | | Array of objects similar to actions but that will be rendered as ` <Link/> ` component definition. |
33
+ | ` type ` | ` String ` | ` horizontal ` | Type of the navigation, it can be ` vertical ` or ` horizontal ` .|
You can’t perform that action at this time.
0 commit comments