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
Feature Request:
tag
Theme
div
Use Case:
<Theme tag="body" dataTheme="dark"> <main>{children}</main> </Theme>
Output:
<body data-theme="dark"> <main> <div>Hello World</div> </main> </body>
Will try to open a PR if space allows and this interests the team, but floating this idea up in the meantime.
Thanks for all the work on this, so awesome!
The text was updated successfully, but these errors were encountered:
Hey @justinmetros,
Great idea! If you want to open a PR that would be great, otherwise I can take a look at this during the week and try to open a PR.
Sorry, something went wrong.
feat: added "as" prop for polymorphic theme component #161
4d1c676
Successfully merging a pull request may close this issue.
Feature Request:
tag
prop ( or similar ) onTheme
component so it can be rendered as an element other thandiv
Use Case:
Output:
Will try to open a PR if space allows and this interests the team, but floating this idea up in the meantime.
Thanks for all the work on this, so awesome!
The text was updated successfully, but these errors were encountered: