Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Removes unnecessary code from the Dropdown example
Browse files Browse the repository at this point in the history
  • Loading branch information
omgaunicorn authored and AlgusDark committed Nov 13, 2017
1 parent f1c7c95 commit 4b0a704
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ const DropdownBasic = ({ isDropdownOpen, openDropdown }) => (
);

const DropdownExample = `<Dropdown>
<DropdownTrigger onClick={openDropdown}>
<DropdownTrigger>
<Button isOutlined aria-haspopup="true" aria-controls="dropdown-menu">
<span>Dropdown button</span>
<Icon icon="angle-down" isSize="small" />
Expand Down

0 comments on commit 4b0a704

Please sign in to comment.