Ui
Designali an extensive collection of copy-and-paste components for quickly building app UIs. It's free, open-source, and ready to drop into your projects.
Easings
We use class names with arbitrary properties like [transition-timing-function:cubic-bezier(...)]
instead of ease-[cubic-bezier(...)]
as recommended in the Tailwind CSS documentation, because the latter won‘t work with the tailwindcss-animate plugin. See this GitHub issue for technical details.