component-recipes

Installation
SKILL.md

Component Recipes

Overview

Ready-to-use Tailwind CSS patterns for demo components.

Card Recipes

Basic Card

<div className="bg-white rounded-lg shadow-md p-6 hover:shadow-lg transition-shadow">
  {children}
</div>
Installs
11
GitHub Stars
31
First Seen
Feb 18, 2026
component-recipes — nguyenhuuca/assessment