@real-system/dialog-primitive
v0.0.36
Published
Dialog primitive components for real system.
Downloads
19
Maintainers
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom
# yarn
$ yarn add react react-dom
# install dialog-primitive
# npm
$ npm install @real-system/dialog-primitive
# yarn
$ yarn add @real-system/dialog-primitive
Code Example
import { * } from '@real-system/dialog-primitive';
...