tailwindui-issues icon indicating copy to clipboard operation
tailwindui-issues copied to clipboard

Feature request: tree shaking

Open illiaChaban opened this issue 3 weeks ago • 0 comments

Problem: @tailwindplus/elements adds 24 KB of JS to my project. Even if i just want to use a simple popup. This seems like an overkill and made me switch to daisyUI which barely adds anything (for modals & popups).

Ask: Tree shaking support and being able to import only elements that are used.

Context: i'm using SolidJS project with bare (HTML) @tailwindplus/elements

illiaChaban avatar Dec 11 '25 18:12 illiaChaban