Button components
July 25, 2018 ยท View on GitHub
The Material Design specs list 5 button types:
- Text button
- Used for low emphasis
- Create this with Button
- Outlined button
- Used for medium emphasis
- Create this with Button with option
border: true
- Contained button
- Used for high emphasis
- Create this with Button with option
raised: true
- Toggle button
- Within a button group
- Create this with Buttons inside Button Group
- Floating action button
- For the primary action of a screen
- Create this with FAB
Finally, you can use Icon Button to create an interactive icon.