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>