We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The aria and data props generate JS objects keyed by aria and data, respectively.
aria
data
However, the result should be of the form:
{ 'aria-<subprop key>': <subprop value> }
{ 'data-<subprop key>': <subprop value> }
The text was updated successfully, but these errors were encountered:
Aria and data props now prefix sub-props
0b862a2
Resolves #70
ethul
No branches or pull requests
The aria and data props generate JS objects keyed by
aria
anddata
, respectively.However, the result should be of the form:
The text was updated successfully, but these errors were encountered: