Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windy-radix-palette & tailwindcss-radix not work #10

Closed
EryouHao opened this issue Jun 5, 2022 · 3 comments
Closed

windy-radix-palette & tailwindcss-radix not work #10

EryouHao opened this issue Jun 5, 2022 · 3 comments

Comments

@EryouHao
Copy link

EryouHao commented Jun 5, 2022

I am using both windy-radix-palette and tailwindcss-radix.

But I found that the css class of tailwindcss-radix does not work properly.

For example this.

<DropdownMenu.Content
              align="end"
              sideOffset={5}
              className={cx(
                " radix-side-top:animate-slide-up radix-side-bottom:animate-slide-down",
                "rounded-md p-3 beautify-shadow",
                "bg-white dark:bg-gray-800"
              )}
              style={{
                width: '278px'
              }}
            >

There is no animation applied on

@ecklf
Copy link
Owner

ecklf commented Jun 5, 2022

Hey there, do you have a reproduction repo to take a look on?

@EryouHao
Copy link
Author

EryouHao commented Jun 6, 2022

oh, sorry. It's the configuration I wrote that's wrong. I wrote it all in presets. They are working well now.

@EryouHao EryouHao closed this as completed Jun 6, 2022
@ecklf
Copy link
Owner

ecklf commented Jun 6, 2022

No worries, glad you got it sorted out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants