Skip to content

Commit c57b751

Browse files
committed
Updated Navigation Readme. Aligned properties and added quotes around horizontal and vertical for type description.
1 parent 324cce3 commit c57b751

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/navigation/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ const NavigationTest = () => (
2525

2626
## Properties
2727

28-
| Name | Type | Default | Description|
28+
| Name | Type | Default | Description|
2929
|:-----|:-----|:-----|:-----|
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`.|

0 commit comments

Comments
 (0)