roact-material
roact-material copied to clipboard
Material design in Roblox w/ Roact!
[MD specification link](https://material.io/guidelines/components/buttons.html#buttons-dropdown-buttons).
Chips
[MD specification link](https://material.io/guidelines/components/chips.html). A chip displays complex information in a small space (a tag, for instance).
### Add disabled state to most components Button, checkbox, radiobutton, radiogroup, and switch are all missing this. Color should be adjusted; default theme has things turning a faded black (#000000...
There are a lot of components that need to have callbacks in order to be usable. In my initial implementation rush, these callbacks were omitted; they need to be added...
It would be really nice to have property type checking with [rbx-prop-types](https://github.com/AmaranthineCodices/rbx-prop-types).
Right now, themes have a bunch of really specific properties: ```lua ButtonHoverColor = Colors.Lighten("Blue500", 1); ButtonPressColor = Colors.Darken("Blue500", 1); FlatButtonHoverColor = Colors.Lighten("Blue500", 4); FlatButtonPressColor = Colors.Lighten("Blue500", 3); FlatButtonColor = Colors.White;...
[MD specification link](https://material.io/guidelines/components/tooltips.html).
[MD specification link](https://material.io/guidelines/components/toolbars.html)
[MD specification link](https://material.io/guidelines/components/text-fields.html)