0.0.1 • Published 2 years ago
react-async-dialogs v0.0.1
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 react-async-dialogsFeatures
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'License
0.0.1
2 years ago