CarsonMatz / ButtonExperimenting

Code for responsive button component.
0 stars 0 forks source link

Semantics #3

Open l-monninger opened 2 years ago

l-monninger commented 2 years ago

Html semantics are important for machines and humans. Right now, our button is a <div> and only a div. How would I improve the semantics?

CarsonMatz commented 2 years ago

Updated so it is a <button> instead of a <div>.