0.1.6 • Published 6 years ago

@gitpad/gmodal v0.1.6

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

Build Status Coverage Status

GModal

A modal layer for React 16

Install

npm install @gitpad/gmodal

Usage

import GModal from '@gitpad/gmodal';
import '@gitpad/gmodal/dist/gmodal.css';
// ...
<GModal show>
  <div className="popup">A popup window</div>
</GModal>
// ...

How does it work?

It's powered by React portal in React 16, so it's only compatible with React 16

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago