mui-drawer 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,10 @@ npm install mui-drawer
|
|
|
12
12
|
yarn add mui-drawer
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
+
## Storybook
|
|
16
|
+
|
|
17
|
+
You can view all the components and their variations in our [Storybook](https://storybook.viplatform.net/mui-drawer).
|
|
18
|
+
|
|
15
19
|
## Features
|
|
16
20
|
|
|
17
21
|
- Built with Material-UI (MUI) components
|