Lily Brown

Results 27 issues of Lily Brown

[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

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

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

enhancement
component