0.1.5 • Published 10 months ago

jmgerber-modal v0.1.5

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

10 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago