Replies: 1 comment
-
Hello, are there any plans to add this feature? Being able to inject inline styles using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With the great addition of the head api, allowing developers to forgo using things like react-helmet.
I think it would be great if we could define style and title tags as well.
Style tags could be implemented as follows:
Another use case I could see is setting CSS variables from an api, for example themes:
While title tags could be implemented as follows:
Beta Was this translation helpful? Give feedback.
All reactions