# Pricing Tier Focus

Three pricing cards where the focused tier rises and brightens while siblings dim and blur.

> 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/pricing-tier-focus
```

<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 { PricingTierFocus } from "@/components/framecn/pricing-tier-focus";
```

```tsx
<PricingTierFocus />
```

## API Reference

### PricingTierFocus

| Prop               | Type     | Default     |
| ------------------ | -------- | ----------- |
| `focusedTier`      | `number` | `1`         |
| `accentColor`      | `string` | `"#22c55e"` |
| `speed`            | `number` | `1`         |
| `fps`              | `number` | `30`        |
| `durationInFrames` | `number` | `180`       |
| `width`            | `number` | `1280`      |
| `height`           | `number` | `720`       |
| `className`        | `string` | `-`         |

## Notes

  The focused tier rises and brightens while other tiers dim and blur. Great for
  pricing page highlights.