Skip to content

Commit

Permalink
Doc site - updated button docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Nguyen committed Nov 24, 2014
1 parent 86616c9 commit f8a07bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/app/components/pages/components/buttons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ var ButtonPage = React.createClass({

</CodeExample>

<p className="mui-font-style-subhead-1">
This component generates a button element and all props except for
the custom props below will be passed down to the button element. Also,
focus styles will happen on tab but not on click.
</p>

<br/><hr/><br/>

<h3 className="mui-font-style-title">Flat Button</h3>
{this._getFlatButtonInfo()}

Expand Down

0 comments on commit f8a07bd

Please sign in to comment.