Color Area

PreviousNext

color-area-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/colors/color-area/color-area-demo.tsx
"use client"

import { ColorArea } from "@/components/ui/color-area"

export default function ColorAreaDemo() {
  return <ColorArea />
}

Installation

npx shadcn@latest add @intentui/color-area-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.