Color Area Channel

PreviousNext

color-area-channel-demo

Docs
intentuipage

Preview

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

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

export default function ColorAreaChannelDemo() {
  return <ColorArea xChannel="alpha" yChannel="blue" />
}

Installation

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

Usage

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