1.0.12 • Published 4 years ago

@uprise/modal v1.0.12

Weekly downloads
30
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.12

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago