-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
The reverse
prop does not work as expected when used with components from the Spark UI library.
π To Reproduce
Steps to reproduce the behavior:
- π οΈ Install and import a component from the Spark UI library that supports the
reverse
prop. - βοΈ Use the component in your project and set the
reverse
prop (e.g.,<Component reverse />
). - π Check the rendered output or functionality.
- π¨ Notice that the expected behavior does not occur (e.g., elements are not reversed as intended).
β Expected behavior
When the reverse
prop is used, the component should behave as documented or intended, such as reversing the order or alignment of elements.
π Additional context
β‘ I believe this issue may be caused by the incorrect or missing configuration of Tailwind CSS Animated:
https://www.tailwindcss-animated.com/
This configuration seems essential for the proper functioning of Spark UI components and should be added to the installation documentation to avoid such issues in the future.
Metadata
Metadata
Assignees
Labels
No labels