franken-ui / ui

Franken UI is an HTML-first, open-source library of UI components that works as a standalone or as a Tailwind CSS plugin. It is compatible with UIkit 3. The design is influenced by shadcn/ui.
https://franken-ui.dev
MIT License
1.78k stars 26 forks source link

Modules #37

Open CRY-D opened 18 hours ago

CRY-D commented 18 hours ago

We are really appreciating the effort and thought put into the library

But Honestly, we are really prefers the modules approach, to enhance its usability and performance. Currently, the entire library is packaged as a single large file, similar to Bootstrap.

It would be great if the library could provide modules, allowing us to import only the required components (e.g., buttons, modals, dropdowns, etc.) instead of the entire library.