Skip to content

Commit

Permalink
Add labelPosition prop to FlatButton docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vaiRk committed Aug 21, 2015
1 parent 21ff485 commit b6ff194
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/app/components/pages/components/buttons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ class ButtonPage extends React.Component {
'and a span that acts as our label to be displayed.) '+
'This only applies to flat and raised buttons.'
},
{
name: 'labelPosition',
type: 'string',
header: 'default: "right"',
desc: 'Place label before or after the passed children'
}
{
name: 'labelStyle',
type: 'object',
Expand Down

0 comments on commit b6ff194

Please sign in to comment.