@watch-state/react-modal

Popups with React and watch-state

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@watch-state/react-modal
001.1.22 years ago3 years agoMinified + gzip package size for @watch-state/react-modal in KB

Readme

Watch-State logo by Mikhail Lysikov
  @watch-state/react-modal
 
NPM minzipped size downloads changelog license
Popups with React and watch-state.
stars watchers

Install

npm
npm i @watch-state/react-modal
yarn
yarn add @watch-state/react-modal

Usage

All modals should be placed into Modals. ```typescript jsx import Modal, {Modals} from '@watch-state/react-modal' import theme from '@watch-state/react-modal/theme/default.module.scss'
export default () => (
<Modal delay={300} classNames={theme}>
  Test modal
</Modal>
) ```

Issues

If you find a bug, please file an issue on GitHub
issues