react-syntax-components

Installation
SKILL.md

react-syntax-components

Quick Reference

Function Component Typing

Pattern Syntax When
Props interface + return function Comp(props: Props): React.ReactElement Default for all components
Destructured props function Comp({ name, age }: Props) When accessing props directly
Generic component function List<T>(props: ListProps<T>) Reusable data-driven components
Default props { size = 'md' }: Props Optional props with defaults

Component API Quick Lookup

Installs
4
GitHub Stars
6
First Seen
Jun 16, 2026
react-syntax-components — impertio-studio/react-claude-skill-package