# Your Component

Basic usage of the YourComponent template.

> For the complete documentation index, see [llms.txt](/llms.txt). Markdown variants are available at explicit `.md` URLs. An agent skill is available at [/.well-known/agent-skills/site-skill.md](/.well-known/agent-skills/site-skill.md).

## Usage

After you add the component with the CLI, import it from your UI folder:

```tsx
import { YourComponent } from "@/components/ui/your-component";

export function MyComponent() {
  return <YourComponent />;
}
```
