import { Layout, Playground, Attributes } from 'lib/components'
import { Description, Code } from 'components'
export const meta = {
title: 'description',
description: 'tenotext',
}
## Description
A common container component.
`} />
code about this section.
} />
`} />
Description.Props
| Attribute | Description | Type | Accepted values | Default
| ---------- | ---------- | ---- | -------------- | ------ |
| **title** | title text | `ReactNode` / `string` | - | - |
| **content** | title text | `ReactNode` / `string` | - | - |
| ... | native props | `HTMLAttributes` | - | - |
export default ({ children }) => {children}