Crafting a Custom Component Library with Vue and Daisy UI - Lessons From a Button Component - Your First Component: A Button
In this lesson, we start developing the very first component within our library. It’s important to remember when developing a component library with Tailwind CSS that full class names must be present so that Tailwind’s JIT compiler correctly includes them in the CSS output.
Links