import { Layout, Playground, Attributes } from 'lib/components' import { Capacity, Spacer, useTheme } from 'components' export const meta = { title: 'Capacity', description: 'tenotext', } ## Capacity Display an capacity indicator. `} /> { const theme = useTheme() return } `} /> Capacity.Props | Attribute | Description | Type | Accepted values | Default | ---------- | ---------- | ---- | -------------- | ------ | | **value** | value number | `number` | - | 0 | | **limit** | max value | `number` | - | 100 | | **color** | css color string | `string` | - | - | | ... | native props | `HTMLAttributes` | `'className', ...` | - | export default ({ children }) => {children}