@real-system/separator
v0.0.35
Published
Separator component for real system.
Downloads
10
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom @real-system/ariakit-library @real-system/styled-library @real-system/elements-primitive
# yarn
$ yarn add react react-dom @real-system/ariakit-library @real-system/styled-library @real-system/elements-primitive
# install separator
# npm
$ npm install @real-system/separator
# yarn
$ yarn add @real-system/separator
Code Example
import { Separator } from '@real-system/separator';
import type { SeparatorProps } from '@real-system/separator';
...