themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.73k stars 725 forks source link

Update next-js.md: lib directory doesn't exist in node_modules/flowbi… #919

Closed grelaxus closed 1 month ago

grelaxus commented 3 months ago

./node_modules/flowbite-react/lib/*/.js doesn't exist because there is no 'lib' dir in node_modules/flowbite-react the correct one would be ./node_modules/flowbite-react/*/.js

SutuSebastian commented 2 months ago

This is actually incorrect due to the fact that is going to scan all files within, including node_modules.

Check correct implementation here.

SutuSebastian commented 1 month ago

Fixed by #956.