import { Layout, Playground, Attributes } from 'lib/components' import { Dot } from 'components' export const meta = { title: 'Dot', description: 'tenotext', } ## Dot Display an indicator of deployment status. `} /> Canceled Ready Warning Error `} /> Dot.Props | Attribute | Description | Type | Accepted values | Default | ---------- | ---------- | ---- | -------------- | ------ | | **type** | dot type | `NormalTypes` | `'default', 'secondary', 'success', 'warning', 'error'` | `default` | | ... | native props | `HTMLAttributes` | - | - | export default ({ children }) => {children}