nextui-org / nextui-cli

⌨️ A CLI tool that unlocks seamless NextUI integration.
MIT License
37 stars 14 forks source link

fix(progress): circular-progress-tailwind-fix #86

Closed DhairyaMajmudar closed 1 month ago

DhairyaMajmudar commented 1 month ago

📝 Description

While adding the circular-progress component its CSS is not imported correctly in tailwind.config files which is not fixed by segregating it into a new component command.

fixes: #85

✅ Type of change

DhairyaMajmudar commented 1 month ago

Maintainers pls. review my approach, if it looks correct to you I would also like to open docs updation PR in main repo. Thanks!

CC: @wingkwong @winchesHe

winchesHe commented 1 month ago

@DhairyaMajmudar Hi, this need to be fixed in file https://github.com/nextui-org/nextui/blob/canary/packages/core/react/src/scripts/postbuild.js the content components.json is generated here

DhairyaMajmudar commented 1 month ago

@DhairyaMajmudar Hi, this need to be fixed in file https://github.com/nextui-org/nextui/blob/canary/packages/core/react/src/scripts/postbuild.js the content components.json is generated here

Thanks for review, looking forward to open a PR updating that file