Skip to content

Commit

Permalink
docs(DropdownExampleDescription): fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Feb 21, 2017
1 parent 939b8cb commit c35fe46
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ import React from 'react'
import { Dropdown } from 'semantic-ui-react'

const DropdownExampleDescription = () => (
<Dropdown text='Filter' floating labeled button className='icon'>
{/* <i class="filter icon"></i> */}
<Dropdown text='Filter Tags' floating labeled button icon='filter' className='icon'>
<Dropdown.Menu>
<Dropdown.Header icon='tags' content='Filter by tag' />
<Dropdown.Divider />
<Dropdown.Item description='2 new' text='Important' />
<Dropdown.Item description='10 new' text='Announcement' />
<Dropdown.Item description='10 new' text='Hopper' />
<Dropdown.Item description='5 new' text='Discussion' />
</Dropdown.Menu>
</Dropdown>
Expand Down

0 comments on commit c35fe46

Please sign in to comment.