You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CoCreate-conditional-logic
2
2
3
-
A simple conditional-logic 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/conditional-logic)
3
+
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 dataattributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/conditional-logic)
4
4
5
5

<metaname="description" content="A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable." />
9
+
<metaname="description" content="Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc" />
<pclass="max-width:500px margin:20px_10px">Show or Hide html elements triggered by a click or change action.</p>
43
+
<pclass="max-width:500px margin:20px_10px line-height:1.5">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</p>
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "@cocreate/conditional-logic",
3
3
"version": "1.0.4",
4
-
"description": "A simple conditional-logic component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
4
+
"description": "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 dataattributes and/or JavaScript API.",
0 commit comments