bv-react-async-dialogs
v0.0.1
Published
React async dialog
Downloads
2
Maintainers
Readme
React async dialogs
A simple react library for creating custom dialogs!
Installation
In order to install library, please open the root folder of your project in the terminal and type the following:
npm install bv-react-async-dialogs
Features
This library provides you with:
- AsyncDialog component that you can use to create custom dialogs
- Dialogs object that contains functions to call premade dialogs
- OptionTypes namespace containing types for options for premade dialogs
Usage
To use features mentioned above, you need to import them in your react application.
import {Dialogs, OptionTypes, AsyncDialog} from './async-dialogs'