Replies: 1 comment 1 reply
-
I assume you're using SSR in some form? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Summary
Currently, there is no way to apply styles depending on if JS is supported within components, since <style> tags aren't allowed in components. I have a hamburger menu that I want to display on mobile devices. However, it requires JS to operate, and I'd rather have the navbar perpetually extended than have a nonfunctional hamburger menu. This requires styles wrapped in a tag.
Proposed API
Beta Was this translation helpful? Give feedback.
All reactions