Skip to content

Commit

Permalink
Updated Navigation Readme. Aligned properties and added quotes around…
Browse files Browse the repository at this point in the history
… horizontal and vertical for type description.
  • Loading branch information
KerenChandran committed Mar 25, 2016
1 parent 324cce3 commit c57b751
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/navigation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const NavigationTest = () => (

## Properties

| Name | Type | Default | Description|
| Name | Type | Default | Description|
|:-----|:-----|:-----|:-----|
| `actions` | `Array` | | Array of objects that represent buttons so the keys will be transferred as properties to those.|
| `className` | `String` | | Set a custom class styles to style the navigation.|
| `routes` | `Array` | | Array of objects similar to actions but that will be rendered as `<Link/>` component definition. |
| `type` | `String` | `horizontal` | Type of the navigation, it can be vertical or horizontal.|
| `actions` | `Array` | | Array of objects that will be represented as `<Button/>` so the keys will be transferred as properties the Button Component.|
| `className` | `String` | | Set a custom class styles to style the navigation.|
| `routes` | `Array` | | Array of objects similar to actions but that will be rendered as `<Link/>` component definition. |
| `type` | `String` | `horizontal` | Type of the navigation, it can be `vertical` or `horizontal`.|

0 comments on commit c57b751

Please sign in to comment.