Docs
Radial Gradient
Radial Gradient
A circular gradient that can be used as a background for a component.
Radial Gradient
Installation
npx nyxbui@latest add radial-gradient
Props
Radial Gradient
Prop | Type | Description | Default |
---|---|---|---|
type | string | Shape of the gradient | circle |
from | string | Color of the gradient start | rgba(120,119,198,0.3) |
to | string | Color of the gradient end | hsla(0, 0%, 0%, 0) |
size | number | Size of the gradient | 300 |
origin | string | Origin of the gradient | center |
className | string | Class name of the gradient | "" |