https://github.com/cocreate-app/cocreate-conditional-logic
Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API.
https://github.com/cocreate-app/cocreate-conditional-logic
cocreate cocreate-framework cocreatejs cocreatejs-component collaboration collaborative-framework conditional-logic html5-framework javascript-framework low-code low-code-framework no-code no-code-framework realtime realtime-framework shared-editing
Last synced: 4 months ago
JSON representation
Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API.
- Host: GitHub
- URL: https://github.com/cocreate-app/cocreate-conditional-logic
- Owner: CoCreate-app
- License: mit
- Created: 2019-07-19T22:40:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T13:25:32.000Z (about 1 year ago)
- Last Synced: 2024-12-11T19:11:48.949Z (about 1 year ago)
- Topics: cocreate, cocreate-framework, cocreatejs, cocreatejs-component, collaboration, collaborative-framework, conditional-logic, html5-framework, javascript-framework, low-code, low-code-framework, no-code, no-code-framework, realtime, realtime-framework, shared-editing
- Language: JavaScript
- Homepage: https://cocreate.app/docs/conditional-logic
- Size: 478 KB
- Stars: 13
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CoCreate-conditional-logic
Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/conditional-logic)







## [Docs & Demo](https://cocreate.app/docs/conditional-logic)
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/conditional-logic)
## CDN
```html
```
```html
```
## NPM
```shell
$ npm i @cocreate/conditional-logic
```
## yarn
```shell
$ yarn install @cocreate/conditional-logic
```
# 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-conditional-logic/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-conditional-logic/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-conditional-logic/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-conditional-logic/pulls). We would love to hear your feedback.
# About
CoCreate-conditional-logic 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.
CoCreate-conditional-logic 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-conditional-logic/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-conditional-logic/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-conditional-logic/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-conditional-logic/blob/master/LICENSE)