mui-drawer 1.0.3 → 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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. 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
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/viplatform/mui-drawer/issues"
8
8
  },
9
9
  "homepage": "https://github.com/viplatform/mui-drawer#readme",
10
- "version": "1.0.3",
10
+ "version": "1.0.4",
11
11
  "files": [
12
12
  "dist"
13
13
  ],