Skip to content

Commit

Permalink
docs(button): Add vertical and icon props to example group (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikmolsson authored and levithomason committed Oct 16, 2017
1 parent 3aedb8d commit d0b8173
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { Button } from 'semantic-ui-react'

const ButtonExampleGroupLabeledIcon = () => (
<Button.Group labeled>
<Button.Group vertical labeled icon>
<Button icon='play' content='Play' />
<Button icon='pause' content='Pause' />
<Button icon='shuffle' content='Shuffle' />
Expand Down

0 comments on commit d0b8173

Please sign in to comment.