Back to Components
Components

Character Counter

Textarea with live character count, limit enforcement, and warning states.

Keep it short and clear.46 / 180

Dependencies

  • clsx
  • tailwind-merge

Files

  • components/ui/character-counter.tsx

Installation

Using shadcn CLI

npx shadcn add character-counter --url https://ui.hampton.io

Manual installation

Copy the component file to your project and install dependencies:

npm install clsx tailwind-merge