GradientPicker
GradientPicker Component
Playground
From#667eea
To#764ba2
Direction
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| from | color | — | |
| to | color | — | |
| direction | text | — |
Default
From#667eea
To#764ba2
Direction
WithPresets
From#667eea
To#764ba2
Direction
Presets
Horizontal
From#22c55e
To#f59e0b
Direction
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
direction | text | — | Gradient direction |
from | color | — | Start color |
to | color | — | End color |
Using GradientPickertsx
import { GradientPicker } from '@/components/GradientPicker'
<GradientPicker
from="..."
to="..."
direction="..."
/>Tokens Used
No design tokens detected