component
OfficialBuild data-driven UI, no React hooks needed.
Software Engineering#frontend#component generation#deno#jsx#progressive enhancement#ui component#data-driven
Authorsite-bender
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill streamlines UI component development by enforcing a pure, data-driven approach, eliminating the complexity of traditional state management and lifecycle methods. It ensures components are predictable, testable, and align with Sitebender's "everything is data" philosophy, letting you build robust UIs faster.
Core Features & Use Cases
- Pure Function Components: Guides the creation of components as pure functions that transform Props into JSX, simplifying logic and improving testability.
- Progressive Enhancement: Provides patterns for adding interactivity at the boundary, keeping core components pure and performant.
- Automated Component Scaffolding: Generates a complete component folder structure, including JSX, CSS, progressive enhancement scripts, and tests.
- Use Case: To create a
UserProfileCardcomponent, use this skill to generate the scaffold. DefinePropsforname,email, andavatarUrl. The component will render this data, and any interactivity (like an "Edit Profile" button) will be added via a separate progressive enhancement script, keeping the core component pure.
Quick Start
Generate a new UI component named 'ProductCard' with a title and description.
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: component Download link: https://github.com/site-bender/sitebender/archive/main.zip#component Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.