Skip to content

Commit

Permalink
refactor(DropdownDropdownExample): remove action prop
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Mar 29, 2016
1 parent 33cf353 commit c0b983a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/Examples/modules/Dropdown/Types/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Dropdown } from 'stardust'
export default class DropdownDropdownExample extends Component {
render() {
return (
<Dropdown text='File' action='hide'>
<Dropdown text='File'>
<Dropdown.Item text='New' />
<Dropdown.Item text='Open...' description='ctrl + o' />
<Dropdown.Item text='Save as...' description='ctrl + s' />
Expand Down

0 comments on commit c0b983a

Please sign in to comment.