bv-react-async-dialogs

0.0.1 • Public • Published

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'

License

MIT

Package Sidebar

Install

npm i bv-react-async-dialogs

Weekly Downloads

4

Version

0.0.1

License

MIT

Unpacked Size

40.9 kB

Total Files

21

Last publish

Collaborators

  • borislav-vucicevic