svelte-docs
svelte-docs copied to clipboard
Template?
Is there a way to create a common template that all examples will be nested inside of? My issue is that I have a component somewhere in the tree do a setContext command to set a theme file and then my individual components do a getContext to pull in the theme I'd like to not have every example repeat <ThemeContext> ... </ThemeContext>
Currently no. I will implement it in future version, I think.
Can I help?
Thanks, will see when I'll start reworking.