remix-ui
Installation
SKILL.md
Build UI
Use this skill when building the UI of a Remix app.
This skill uses Remix Component as the UI model behind the app's pages, layouts, interactions, and client behavior.
When to Use
- Creating or updating pages, layouts, and presentational components
- Adding interactivity, state, event handling, or reactive DOM work
- Styling with
css(...),style, refs, keyboard helpers, or press helpers - Adding or refactoring
clientEntry(...),run(...), frames, or UI navigation - Implementing enter/exit/layout animations
- Authoring reusable mixins with
createMixin(...) - Writing or updating UI-focused component tests