react-tailwind
react-tailwind copied to clipboard
This is a complementary React code for the tailwindcss project.
This issue refers to the fact that at the moment, when you open a Collapse component, it is opened quite rapidly, and it would be better to have a smooth...
Right now, when you close an Alert component, it suddenly disappears from the page. We could add a nice fading transition to it, like some of these examples: - https://animate.style/...
This issue refers to the fact that at the moment, when you change the current opened tab with it's content the old active element will suddenly disappear and the new...
Right now, the Tooltips appears suddenly when you hover the elements with them. We want to change this behavior and make them appear with some nice transition. Here are a...
Right now, the Popovers appears suddenly when you click the elements with them. We want to change this behavior and make them appear with some nice transition. Here are a...
Right now, the Dropdowns appears suddenly when you click the elements with them. We want to change this behavior and make them appear with some nice transition. Here are a...
This issue refers to the fact that at the moment, when you open a Modal component, the transition is sometimes lagging, and we'll need a refactor on this transition, or...