@real-system/disclosure-primitive
v0.0.19
Published
Disclosure primitive components for real system.
Downloads
14
Maintainers
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom @real-system/ariakit-library
# yarn
$ yarn add react react-dom @real-system/ariakit-library
# install disclosure-primitive
# npm
$ npm install @real-system/disclosure-primitive
# yarn
$ yarn add @real-system/disclosure-primitive
Code Example
import { DisclosurePrimitive } from '@real-system/disclosure-primitive';
...