0.1.5 • Published 3 years ago

jmgerber-modal v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

jmgerber-modal

A simple React modal component created using create-react-app.

Installation

Install the component:

 npm install jmgerber-modal

Once installed, import the component in your application:

import { Modal } from 'jmgerber-modal'

Usage

<Modal label={'Button text content'} btnClass={'button-class'}>
    <p>Modal content...</p>
    <p>Modal content...</p>
</Modal>
0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago