Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mares29/m29-components


https://github.com/mares29/m29-components

Last synced: 12 days ago
JSON representation

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/)