UNPKG

@cocreate/cocreatejs

Version:

A collaborative low code headless CMS and Javascript framework for building collaborative no code platforms, apps and UI's. Build powerful applications using HTML5 attributes or Javascript api.

18 lines (14 loc) 518 B
<input state_id="test1" /> <button actions="state" state-value="hello" state_to="test1"> Click to state: hello </button> <button actions="state" state-value="goodbye" state_to="test1"> Click to state: goodbye </button> <form> <input state_to="test2" placeholder="Value 1" class="floating-label" /> <input state_to="test3" placeholder="Value 2" class="floating-label" /> <button actions="state">State Values</button> </form> <h1 state_id="test2"></h1> <h1 state_id="test3"></h1>