Skip to content

Commit

Permalink
Fix documentation (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
RodolfoSilva authored and cheton committed Feb 5, 2018
1 parent ccae9c0 commit 4c255cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Demo: https://trendmicro-frontend.github.io/react-dropdown
import Dropdown, {
DropdownToggle,
DropdownMenu,
DropdownMenuWrapper
DropdownMenuWrapper,
MenuItem,
DropdownButton
} from '@trendmicro/react-dropdown';
Expand Down Expand Up @@ -276,6 +276,7 @@ rootCloseEvent | One of:<br/>'click'<br/>'mousedown' | | Which event when fired

Name | Type | Default | Description
:--- | :--- | :------ | :----------
componentClass | element | Button | A custom element for this component.
active | boolean | false | Highlight the menu item as active.
disabled | boolean | false | Disable the menu item, making it unselectable.
divider | boolean | false | Style the menu item as a horizontal rule, providing visual separation between groups of menu items.
Expand Down

0 comments on commit 4c255cb

Please sign in to comment.