svelteness / kit-docs

Documentation integration for SvelteKit.
https://kitdocs.vercel.app
MIT License
457 stars 32 forks source link

[ Feature ] Unstyled components #98

Open Visual-Dawg opened 7 months ago

Visual-Dawg commented 7 months ago

I am currently thinking about trying out kit-docs. However, from the documentation it does not seem that the provided components allow for user styling. As it kit-docs is build with Tailwind and I am using too, it should be possible to inject Tailwind classes into the components to style various aspects of them via props, like skeleton does it for example.

What do you think about this feature? It would make kit-docs a lot more versatile when it comes to styling.