Suikun UI, Sui for short, is a copy-pastable React.js UI components
built with TailwindCSS and Radix UI.
Even since before, I've always wanted to create my own UI components. Then I got introduce to Tailwind CSS at work to which I decided to give it a go. After a while, I came to love
it especially that it has an existing design system that I can quickly use.
However, it's missing an important piece for me which is variants.
In my journey in creating my own components, I've come across Stitches in its alpha stages which solved what I've wanted. However, I still wanted
to use TailwindCSS since it gave me a base design system to work with. Then
came CVA which made composing variants with classnames much easier. With Tailwind Variants, it got improved more with its responsive variants, slots, etc.
Moreover, seeing shadcn/ui, it gave me the push to finally start working on it. Currently, will
do some renovations on it.