@hackr/chakra-ui-descendant
Version:
Register child nodes of a react element for better accessibility
18 lines (11 loc) • 353 B
Markdown
# Descendant
A descendant index solution for better accessibility support in compound
components.
> **Note 🚨:** This package is primarily intended for internal use by the Chakra
> UI library. You should not use it directly in your production projects.
## Installation
```sh
yarn add @chakra-ui/descendants
# or
npm i @chakra-ui/descendants
```