HTML Dynamic Content
Overview
Dynamic Text
dynamic text
Exporting Data
Within your HTML, you can create normal HTML input elements, and export data changes to your workspace. Use the
data-val attribute, and set it equal to the name you want the data to have.
<input data-val="text" id="text2"/>
will export data changes with the name "text"
Dynamic HTML
functional state api
Video Demos