Home

UI Lab

Side-by-side comparison of three approaches to building UI components with Nuxt 4 and Tailwind CSS.

What's Being Compared

Each section implements the same set of components:

  • Buttons โ€” Primary, secondary, destructive, outline, ghost, sizes
  • Form Controls โ€” Input, select, checkbox, switch
  • Layout โ€” Card, dialog, tabs

All components use the Zinc dark theme. The goal is to see how each approach handles the same design system โ€” from full component library (Shadcn) to headless (PrimeVue Volt) to hand-rolled (pure Tailwind).