Skip to content
New issue

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

Add improved support for non-React frameworks #2255

Merged
merged 1 commit into from Feb 9, 2023
Merged

Add improved support for non-React frameworks #2255

merged 1 commit into from Feb 9, 2023

Commits on Feb 9, 2023

  1. Add improved support for non-React frameworks

    React uses their own style of attributes (similar to the DOM), such as
    `className` instead of `class`.
    Some ther frameworks don’t support that: they want you to pass `class`.
    Similarly, React wants `WebkitBoxShadow`, while other frameworks want
    `-webkit-box-shadow`.
    
    This particularly becomes an issue around more complex things such as
    SVG.
    With this commit, you can now configure the exact style that your
    particular framework accepts.
    
    Closes GH-2247.
    wooorm committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    828f45c View commit details
    Browse the repository at this point in the history