@muibook/components 1.0.7 → 1.0.8
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/package.json +2 -1
- package/readme.npm.md +18 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muibook/components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "A library of MUI-based design system components.",
|
|
5
5
|
"author": "Michael Trilford",
|
|
6
6
|
"homepage": "https://muibook.com",
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"main": "./dist/esm/index.js",
|
|
15
15
|
"module": "./dist/esm/index.js",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
|
+
"readme": "readme.npm.md",
|
|
17
18
|
"exports": {
|
|
18
19
|
"./utils/part-map": {
|
|
19
20
|
"import": "./dist/esm/utils/part-map/index.js",
|
package/readme.npm.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Muibook/Components
|
|
2
|
+
|
|
3
|
+
A library of MUI-based design system components.
|
|
4
|
+
|
|
5
|
+
## Muibook Documentation
|
|
6
|
+
|
|
7
|
+
- Muibook is the home of the Mui Design System (MichaelUI) — native Web Components with clean, composable patterns that help you write less code
|
|
8
|
+
- Learn more about [Muibook.com](https://muibook.com)
|
|
9
|
+
|
|
10
|
+
## Create Mui App
|
|
11
|
+
|
|
12
|
+
- Used within [Create Mui App](https://github.com/michaeltrilford/create-mui-app)
|
|
13
|
+
|
|
14
|
+
## Muibook Github
|
|
15
|
+
|
|
16
|
+
- [Github](https://github.com/michaeltrilford/muibook)
|
|
17
|
+
|
|
18
|
+

|