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
10
GitHub Stars
2
First Seen
Apr 1, 2026
react-syntax-components — openaec-foundation/react-claude-skill-package