# Texture Card

> Premium textured card surface with subtle gradient layers — for hero blocks and stat cards.
> Source: https://otf-kit.dev/components/texture-card

## At a glance

- **Platform:** Web (React)
- **Category:** Layout
- **Package:** `@otfdashkit/ui` (free, MIT)
- **Tags:** card, texture, premium

## Install

```bash
bun add @otfdashkit/ui
```

## Usage

```tsx
import { TextureCard } from '@otfdashkit/ui'
```

The `<TextureCard>` component ships the same prop API on web (`@otfdashkit/ui`) and native (`@otfdashkit/ui-native`) where a parity version exists.

## Links

- Live preview + code: https://otf-kit.dev/components/texture-card
- Storybook: https://ui.otf-kit.dev
- All components: https://otf-kit.dev/components
