roact-material icon indicating copy to clipboard operation
roact-material copied to clipboard

Material design in Roblox w/ Roact!

Results 18 roact-material issues
Sort by recently updated
recently updated
newest added

[MD specification link](https://material.io/guidelines/components/buttons.html#buttons-dropdown-buttons).

enhancement
component

[MD specification link](https://material.io/guidelines/components/chips.html). A chip displays complex information in a small space (a tag, for instance).

enhancement
component

### 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...

enhancement
component

It would be really nice to have property type checking with [rbx-prop-types](https://github.com/AmaranthineCodices/rbx-prop-types).

enhancement

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;...

enhancement

A built-in dark theme would be very nice.

enhancement

[MD specification link](https://material.io/guidelines/components/tooltips.html).

enhancement
component

[MD specification link](https://material.io/guidelines/components/toolbars.html)

enhancement
component

[MD specification link](https://material.io/guidelines/components/text-fields.html)

enhancement
component