We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
My use case is that some 3rd party library uses camel case properties
<div forLibrary='thing'> ... <div>
but this gets converted automatically to
<div for-library='thing'> ... <div>