Shape
A Shape component from the Sigil design system.
Import
import { Shape } from "@sigil-ui/components";Preview
Usage
<Shape>Shape content</Shape>Props
| Prop | Type | Default | Description |
|---|---|---|---|
variant | ShapeVariant | diamond | Shape type. |
size | ShapeSize | md | Size. |
filled | boolean | — | Fill the shape with color. |
strokeWidth | number | 1.5 | Custom stroke width. |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-primary | Primary |