JS ComponentsEasily create html components using vanilla javascript. Getting StartedCreate a new html file and create a div full of elements. It is suggested that you name each element by adding the eName attribute to each element. To make a value dynamic surround it in curly brackets and inside the curly brakets put the name of the variable. To turn this into a components open up the command prompt (SHIFT+CMD+P) and type in "Create Component" and enter in the component name. |