Gradient API
Learn about the Gradient component's props and CSS classes.Import
import { GradientProps } from "@prismane/core";
Props
Gradient
extends Box component's props.
Name | Type | Description | Default |
---|---|---|---|
from | any | The gradient starting color. | ["primary", 500] |
to | any | The gradient ending color. | ["primary", 300] |
deg | number | The gradient degrees. | 90 |
CSS
Gradient
extends Box component's CSS classes.
Rule | Global Class | Description |
---|---|---|
root | .PrismaneGradient-root | The gradient container. |