---
id: accordion
title: {{component}}
category: 'disclosure'
package: '@chakra-ui/{{componentName}}'
description: TODO
---

## Import

Chakra UI exports the followings components:

- `{{component}}`: Add description

```js
import { {{component}} } from '@chakra-ui/react'
```

## Usage
