author-ui-components

Installation
SKILL.md

Author UI Components

Use this skill when building or revising packages/ui component APIs. In current Remix UI, the public remix/ui/* and @remix-run/ui/* entries are sourced from packages/ui/src/*.

Source Layout

Component modules live in packages/ui/src/<name>/.

Common files:

  • index.ts or index.tsx: the primary public component entry.
  • primitives.ts or primitives.tsx: lower-level headless behavior when the component also has styled wrappers.
  • README.md: usage docs for both styled components and primitives.
  • *.demo.tsx: demo cases for the UI demo app.
  • index.test.tsx and primitives.test.tsx: wrapper and primitive tests.
  • shared/*: component-only visual tokens, icons, and reusable style mixins.
Installs
1
Repository
remix-run/remix
GitHub Stars
33.2K
First Seen
2 days ago
author-ui-components — remix-run/remix