GitHub

Checkbox

Installation

1. Install dependencies

npm install motion

2. Install checkbox

npx shadcn-animated add checkbox

Usage

1
import { Checkbox } from "@/components/ui/checkbox"
1
<Checkbox />

Next