1<InputGradient placeholder="Default gradient" />2<InputGradient gradientFrom="#ec4899" gradientTo="#8b5cf6" placeholder="Custom gradient" />Installation
npx zeroui@latest add input-gradientProps
| name | type | default | description |
|---|---|---|---|
| gradientFrom | string | "#8b5cf6" | - |
| gradientTo | string | "#3b82f6" | - |
| wrapperClassName | string | "" | - |