[ ] Unit or Functional tests are included in the PR
Description:
Base theme for material. Essentially creates empty css files for all the widgets and adds styles for the button by composing from @material/button as an example.
See #51 for how to test locally. In the comments there is a link to my widget-showcase branch which allows selecting the material theme.
Type: feature
The following has been addressed in the PR:
prettier
as per the readme code style guidelinesDescription: Base theme for material. Essentially creates empty css files for all the widgets and adds styles for the button by composing from
@material/button
as an example.See #51 for how to test locally. In the comments there is a link to my widget-showcase branch which allows selecting the material theme.
Resolves #50