Dot
jsx
import Dot from 'intergalactic/dot';
<Dot aria-label="..." />;import Dot from 'intergalactic/dot';
<Dot aria-label="..." />;DotProps
& & {...}| Name | Type | Description |
|---|---|---|
| size | "m" | "l" | Size of the dot |
| up | boolean | Property for placing the Dot in the upper right corner of the component |
| hidden | boolean | The property for Dot visibility control |