moondust 0.0.0 → 0.0.1
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 +7 -7
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
<p>
|
|
2
|
-
<img width="100%" src="https://assets.solidjs.com/banner?type=
|
|
2
|
+
<img width="100%" src="https://assets.solidjs.com/banner?type=Moondust&background=tiles&project=%20" alt="Moondust">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# Moondust
|
|
6
6
|
|
|
7
7
|
[](https://pnpm.io/)
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Moondust is a component library designed with many themes in mind and customizable props.
|
|
10
10
|
|
|
11
11
|
## Quick start
|
|
12
12
|
|
|
13
13
|
Install it:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm i
|
|
16
|
+
npm i noondust
|
|
17
17
|
# or
|
|
18
|
-
yarn add
|
|
18
|
+
yarn add noondust
|
|
19
19
|
# or
|
|
20
|
-
pnpm add
|
|
20
|
+
pnpm add noondust
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
Use it:
|
|
24
24
|
|
|
25
25
|
```tsx
|
|
26
|
-
import
|
|
26
|
+
import noondust from "noondust";
|
|
27
27
|
```
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moondust",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Moondust is a component library designed with many themes in mind and customizable props.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Zackary Santana",
|
|
7
7
|
"contributors": [],
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/zackarysantana/
|
|
10
|
+
"url": "git+https://github.com/zackarysantana/noondust.git"
|
|
11
11
|
},
|
|
12
|
-
"homepage": "https://github.com/zackarysantana/
|
|
12
|
+
"homepage": "https://github.com/zackarysantana/noondust#readme",
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/zackarysantana/
|
|
14
|
+
"url": "https://github.com/zackarysantana/noondust/issues"
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
17
|
"dist"
|