https://github.com/markkos89/cocreatejs
https://github.com/markkos89/cocreatejs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markkos89/cocreatejs
- Owner: Markkos89
- License: mit
- Created: 2021-07-18T15:15:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T15:15:57.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T02:27:39.916Z (about 1 year ago)
- Size: 6.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CoCreateJS
A simple JS component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/CoCreateJS)







## [Docs & Demo](https://cocreate.app/docs/CoCreateJS)
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/CoCreateJS)
## CDN
```html
```
```html
```
## NPM
```shell
$ npm i @cocreate/cocreatejs
```
## yarn
```shell
$ yarn install @cocreate/cocreatejs
```
# Table of Contents
- [Table of Contents](#table-of-contents)
- [Announcements](#announcements)
- [Roadmap](#roadmap)
- [How to Contribute](#how-to-contribute)
- [About](#about)
- [License](#license)
# Announcements
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreateJS/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreateJS/releases). You may also subscribe to email for releases and breaking changes.
# Roadmap
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreateJS/issues) and [pull requests](https://github.com/CoCreate-app/CoCreateJS/pulls). We would love to hear your feedback.
# About
CoCreateJS is guided and supported by the CoCreate Developer Experience Team.
Please Email the Developer Experience Team [here](mailto:develop@cocreate.app) in case of any queries.
CoCreateJS is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
# How to Contribute
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreateJS/blob/master/CONTRIBUTING.md) guide for details.
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreateJS/issues) and [pull requests](https://github.com/CoCreate-app/CoCreateJS/pulls) or merely upvote or comment on existing issues or pull requests.
We appreciate your continued support, thank you!
# License
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreateJS/blob/master/LICENSE)