hono
hono copied to clipboard
`className` as `class`
What is the feature you are proposing?
We have been using class instead of className, but still want to use className as well for React compatibility.
So why not make className an alias to class? Specifically, className="light" is converted to class="light".