Is there a good way to style HTML elements & expose events in Svelte components?
How would I go about styling HTML elements and re-exposing all of their events in a Svelte component? (essentially, I'm looking for the Svelte way to do styled-components) For example, I'm trying to style a regular HTML button and expose…