seeder-st2110-components 1.0.0
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 +31 -0
- package/dist/index.esm.js +1983 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/index.js +1992 -0
- package/dist/index.js.map +1 -0
- package/package.json +38 -0
package/README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<h1 align="center">Welcome to seeder-st2110-components 👋</h1>
|
|
2
|
+
<p>
|
|
3
|
+
<img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" />
|
|
4
|
+
<a href="#" target="_blank">
|
|
5
|
+
<img alt="License: ISC" src="https://img.shields.io/badge/License-ISC-yellow.svg" />
|
|
6
|
+
</a>
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
## Install
|
|
10
|
+
|
|
11
|
+
```sh
|
|
12
|
+
npm install
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Run tests
|
|
16
|
+
|
|
17
|
+
```sh
|
|
18
|
+
npm run test
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Author
|
|
22
|
+
|
|
23
|
+
👤 **shendan**
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## Show your support
|
|
27
|
+
|
|
28
|
+
Give a ⭐️ if this project helped you!
|
|
29
|
+
|
|
30
|
+
***
|
|
31
|
+
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
|