Create well-structured, reusable React components with TypeScript
/plugin marketplace add alvis/.claude/plugin install react@alvis<component-name> [--type=...]# Create React Component This command helps you create well-structured, reusable React components for Tevm-based applications, with proper TypeScript typing and integration with Ethereum functionality. ## 🎯 Purpose & Scope **What this command does NOT do**: - Modify existing components - Create non-React files - Generate components without proper TypeScript types **When to REJECT**: - Component name is invalid or missing - Request is to modify existing component (use edit instead) - Request is for non-React component creation ## 🔄 Workflow ultrathink: you'd perform the following s...