Adding an ID attribute to a HATS component
In JavaScript and CSS its very helpful for an element to have an id attribute (not just a class attribute). For those of you not in the know, the id attribute should be unique across the entire HTML. Only one element should have value of that id. Class attributes allow HTML elements to be grouped … Read more