frontend-ui-components
Installation
SKILL.md
Frontend UI Components
This skill outlines how to build and use UI components in the frontend applications, leveraging the shared @eridu/ui package and Shadcn patterns.
The @eridu/ui Package
All generic UI components (Buttons, Inputs, Dialogs, etc.) live in packages/ui. Do NOT create local copies of generic components in apps.
Usage
import { Button } from '@eridu/ui/components/button';
import { Input } from '@eridu/ui/components/input';