This snippet from the [doc page](http://material-ui.com/#/components/buttons) seems out of date. ``` jsx //Flat Buttons <FlatButton label="Default" /> <FlatButton label="Primary" primary={true} /> <FlatButton label="Disabled" disabled={true} /> ```
This snippet from the doc page seems out of date.