A collection of practical and beautiful UI components built with Tailwind CSS. This repository serves as a reference for developers looking for ready-to-use Tailwind-based components and layouts.
components/
– Standalone UI componentslayouts/
– Page and section layoutsutilities/
– Useful Tailwind utility patternsClone the repository and start experimenting with the components:
git clone https://github.com/justchenyu/tailwind-examples.git
cd tailwind-examples
pnpm install
pnpm run dev