Dot
some engaging summary
Examples
import { Dot } from "@seduo/design-system";
...
<Dot color="danger" />
<Dot color="warning" />
<Dot color="success" />
<Dot color="informative" />
<Dot color="danger" />
<Dot color="warning" />
<Dot color="success" />
<Dot color="informative" />
API
Prop name | Type | Default | Required | Description |
---|---|---|---|---|
color |
Emotion Color dictionary | - | yes | possible value is all emotion colors |
UNSAFE_className |
string |
- | no | Wrapper custom classname |
On this component it's possible to insert property id
, data-*
and aria-*
properties.
On this page