Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ataulm committed Oct 5, 2019
1 parent fc93441 commit ffea893
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
@@ -1,9 +1,13 @@
material design components showcase
===================================

[Nick Rout](https://twitter.com/ricknout) added [this awesome debug activity to MuVi](https://github.com/ataulm/muvi/pull/27) which showcases Material components with a given theme.
[Nick Rout](https://twitter.com/ricknout) added [this awesome debug activity to MuVi](https://github.com/ataulm/muvi/pull/27) which showcases Material components with a given theme. This library follows the same idea, but saves you from having to do the same in every app that you have!

This library lets you see how your application theme is applied to different Material components. Add it as a dependency to your project:
Light preview | Dark preview
---|---
![light mode](./light.png) | ![dark mode](./dark.png)

Add it as a dependency to your project:

```groovy
allprojects {
Expand Down

0 comments on commit ffea893

Please sign in to comment.