Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mares29/m29-components
https://github.com/mares29/m29-components
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mares29/m29-components
- Owner: mares29
- License: mit
- Created: 2022-12-08T14:44:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T10:54:25.000Z (about 2 years ago)
- Last Synced: 2023-12-08T12:38:10.821Z (about 1 year ago)
- Language: TypeScript
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# m29 Components Library
m29 Components Library is small library of useful web components.
## Installation
Use the package manager.
```bash
yarn install m29-components
```## Usage
### Script tag
- Put a script tag similar to this `` in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc### Node Modules
- Run `npm install m29-components --save`
- Put a script tag similar to this `` in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)