# Landing Code Showcase

Code snippet showcase for landing pages.

> For the complete documentation index, see [llms.txt](/llms.txt). Markdown variants are available by appending `.md` to any URL or sending an `Accept: text/markdown` header. An agent skill is available at [/.well-known/agent-skills/site-skill.md](/.well-known/agent-skills/site-skill.md).

## Installation

<TabsTrigger value="cli">Command</TabsTrigger>
<TabsTrigger value="manual">Manual</TabsTrigger>

```bash
npx shadcn@latest add @framecn/landing-code-showcase
```

<Step>Copy and paste the following code into your project.</Step>

<Step>Update the import paths to match your project setup.</Step>

## Usage

```tsx
import { LandingCodeShowcase } from "@/components/framecn/landing-code-showcase";
```

```tsx
<LandingCodeShowcase />
```

## API Reference

### LandingCodeShowcase

| Prop          | Type     | Default     |
| ------------- | -------- | ----------- |
| `accentColor` | `string` | `"#FFB38E"` |
| `speed`       | `number` | `1`         |

## Notes

  Code snippets with syntax highlighting for landing pages. Supports multiple
  languages.