UNPKG

toggle-modal

Version:
24 lines (13 loc) 457 B
# What is it? > Open or close a modal [![NPM](https://img.shields.io/npm/v/toggle-modal.svg)](https://www.npmjs.com/package/toggle-modal) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ## Install ```bash npm install toggle-modal --save ``` ## Usage ```jsx import { toggleModal } from "toggle-modal"; ``` ## License MIT © [stephanieraymos](https://github.com/stephanieraymos)