0.1.5 • Published 2 years ago

jmgerber-modal v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago