1.0.12 • Published 3 years ago

@uprise/modal v1.0.12

Weekly downloads
30
License
ISC
Repository
-
Last release
3 years ago

Table of Contents

Installation

$ yarn add @uprise/modal 
# or
$ npm i @uprise/modal --save

Quick Start

This will render modal inputs :

import { Modal, ModalRoot } from '@uprise/modal'

Place ModalRoot in your root index.js file

ReactDOM.render(
	<Provider store={store}>
		<App />
		<ModalRoot />
	</Provider>,
	rootElement
)
1.0.9

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago