Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cocreate-app/cocreate-clone
Clone an html element by #id, identify targeted elements using clone_id attribute. Capable of creating nested & complex cloning logic for kanbans, tasklists etc. Easy configuration using HTML5 attributes and/or JavaScript API.
https://github.com/cocreate-app/cocreate-clone
clone-elements cocreate cocreate-framework cocreatejs cocreatejs-component collaboration collaborative-framework dom-clone element-cloning html5-framework javascript-framework low-code no-code no-code-framework realtime realtime-framework shared-editing
Last synced: about 1 month ago
JSON representation
Clone an html element by #id, identify targeted elements using clone_id attribute. Capable of creating nested & complex cloning logic for kanbans, tasklists etc. Easy configuration using HTML5 attributes and/or JavaScript API.
- Host: GitHub
- URL: https://github.com/cocreate-app/cocreate-clone
- Owner: CoCreate-app
- License: mit
- Created: 2020-06-04T02:23:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T13:25:31.000Z (2 months ago)
- Last Synced: 2024-12-04T14:47:36.546Z (about 1 month ago)
- Topics: clone-elements, cocreate, cocreate-framework, cocreatejs, cocreatejs-component, collaboration, collaborative-framework, dom-clone, element-cloning, html5-framework, javascript-framework, low-code, no-code, no-code-framework, realtime, realtime-framework, shared-editing
- Language: JavaScript
- Homepage: https://cocreate.app/docs/clone
- Size: 473 KB
- Stars: 10
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CoCreate-clone
Clone an html element by #id, identify targeted elements using clone_id attribute. Capable of creating nested & complex cloning logic for kanbans, tasklists etc. Easy configuration using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/clone)
![minified](https://img.badgesize.io/https://cdn.cocreate.app/clone/latest/CoCreate-clone.min.js?style=flat-square&label=minified&color=orange)
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/clone/latest/CoCreate-clone.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/clone/latest/CoCreate-clone.min.js?compression=brotli&style=flat-square&label=brotli)
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-clone?style=flat-square)
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-clone?style=flat-square)
![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)![CoCreate-clone](https://cdn.cocreate.app/docs/CoCreate-clone.gif)
## [Docs & Demo](https://cocreate.app/docs/clone)
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/clone)
## CDN
```html
```
```html
```
## NPM
```shell
$ npm i @cocreate/clone
```## yarn
```shell
$ yarn install @cocreate/clone
```# 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/CoCreate-clone/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-clone/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/CoCreate-clone/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-clone/pulls). We would love to hear your feedback.
# About
CoCreate-clone is guided and supported by the CoCreate Developer Experience Team.
Please Email the Developer Experience Team [here](mailto:[email protected]) in case of any queries.
CoCreate-clone 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/CoCreate-clone/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/CoCreate-clone/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-clone/pulls) or merely upvote or comment on existing issues or pull requests.
We appreciate your continued support, thank you!
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-clone/blob/master/LICENSE)