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
It would be nice to pass css custom properties to the iframe for theming:
const iframeURL = new URL('https://webcomponents.dev/edit/PmmwJU9LjBDHlkO8WiSq'); iframeURL.searchParams.set('embed', '1'); iframeURL.searchParams.set('pm', '1'); iframeURL.searchParams.set('sv', '1'); iframeURL.searchParams.set('file', 'Hello.ts'); iframeURL.searchParams.set('style', '--wcd-background:black;--wcd-color:white;--wcd-primary:#c0fefe;');
Not a deal-breaker by any means, but would add to the fun.
The text was updated successfully, but these errors were encountered:
I was just trying some stuff exactly like that with gradient like yesterday 🤣
Sorry, something went wrong.
No branches or pull requests
It would be nice to pass css custom properties to the iframe for theming:
Not a deal-breaker by any means, but would add to the fun.
The text was updated successfully, but these errors were encountered: