my-component-library
my-component-library copied to clipboard
This adds subpath exports to the package.json and a script to generate them. This allows people to import only 1 module which is ideal for bundlers like Vite especially when...
I have already tried adding Tailwind and it works, however when pulling the lib into an app, none of the tailwind classes are overrideable regardless of using "prefix-" or not!...
Thank you so much for your article and repo, you mentioned that you wanted to extend the tutorial to use vanilla-extract - is there any update on that? 😄 I'm...
I tried adding a simple useState hook in one of the components and it throws an error: `Cannot read properties of null (reading 'useState')`. Do you know how to fix...
Hello, first of all thanks for this example. I want to make my own library based on this one and I have a question - how can I extend this...
Hi there, First, thank you for providing a sample template that I can follow. But i'm facing an issue when building a library and importing it into a project using...