Skip to content

Commit

Permalink
docs(Placeholder): remove extra HTML and classes (#3340)
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason authored Dec 19, 2018
1 parent 6d7feef commit c93ad88
Showing 1 changed file with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ import { Placeholder } from 'semantic-ui-react'

const PlaceholderExampleLineLengthWithHeader = () => (
<Placeholder>
<div className='ui placeholder'>
<Placeholder.Header image>
<Placeholder.Line length='medium' />
<Placeholder.Line length='full' />
</Placeholder.Header>
<Placeholder.Paragraph>
<Placeholder.Line length='full' />
<Placeholder.Line length='medium' />
</Placeholder.Paragraph>
</div>
<Placeholder.Header image>
<Placeholder.Line length='medium' />
<Placeholder.Line length='full' />
</Placeholder.Header>
<Placeholder.Paragraph>
<Placeholder.Line length='full' />
<Placeholder.Line length='medium' />
</Placeholder.Paragraph>
</Placeholder>
)

Expand Down

0 comments on commit c93ad88

Please sign in to comment.