@real-system/dialog
v0.0.60
Published
Dialog component for real system.
Downloads
32
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom @real-system/elements-primitive @real-system/button @real-system/dialog-primitive @real-system/styled-library
# yarn
$ yarn add react react-dom @real-system/elements-primitive @real-system/button @real-system/dialog-primitive @real-system/styled-library
# install dialog
# npm
$ npm install @real-system/dialog
# yarn
$ yarn add @real-system/dialog
Code Example
import { Dialog } from '@real-system/dialog';
...