Skip to content

Commit

Permalink
Remove unneeded table spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazy authored and ryanflorence committed Sep 5, 2018
1 parent a824078 commit 37aa5c6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions www/src/pages/menu-button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ The wrapper component for the other components. No DOM element is rendered.

## Menu Props

| Prop | Type | Required |
| --------------------------- | ---- | -------- |
| [children](#menu-children) | node | false |
| Prop | Type | Required |
| -------------------------- | ---- | -------- |
| [children](#menu-children) | node | false |

### Menu children

Expand Down Expand Up @@ -423,12 +423,13 @@ To change the styles of a highlighted menu item, use this pseudo-pseudo selector

## MenuLink Props

| Prop | Type |
| -----------------------| ------ |
| [element props](#menulink-element-props) | spread |
| [component](#menulink-component) | node |
| [children](#menulink-children) | node |
| onClick | preventableEventFunc |
| Prop | Type | Required |
| ---------------------------------------- | -------------------- | -------- |
| [element props](#menulink-element-props) | spread | n/a |
| [component](#menulink-component) | node | false |
| [children](#menulink-children) | node | false |
| onClick | preventableEventFunc | false |
| to | string | true |

### MenuLink element props

Expand Down

0 comments on commit 37aa5c6

Please sign in to comment.