Hacker News new | ask | show | jobs
by d0vs 3345 days ago
How would I go about using my own style?
1 comments

Having read the docs I'd assume you need to pass your styles using a `config` prop.
Yeah, for now. I'll eventually add some way to pass in custom classes or something.
I personally find a prop to be a perfectly acceptable solution - you can define styles in your JS and share between components if need be. But I reckon there are folks who'd prefer passing class names to define their styles in CSS.