#NextUI tailwind styles aren't being applied to imported components

2 messages · Page 1 of 1 (latest)

bronze owl
#

Has anyone successfully integrated NextUI components into an Astro project?

Since I just followed the steps in the NextUI docs for my yarn/lerna monorepo project, but looks like something is wrong and my Button component has no styling at all, and its ripple appears in the top-left corner of the screen when clicked. Like if tailwind isn't being applied.

How to use NextUI with Astro