@real-system/separator-primitive
v0.0.25
Published
Separator primitive component 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 separator-primitive
# npm
$ npm install @real-system/separator-primitive
# yarn
$ yarn add @real-system/separator-primitive
Code Example
import type { SeparatorPrimitiveProps } from '@real-system/separator-primitive';
import { SeparatorPrimitive } from '@real-system/separator-primitive';
...