Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
32 lines
714 B
Plaintext
32 lines
714 B
Plaintext
[](https://www.npmjs.com/@faceless-ui/modal)
|
|

|
|
|
|
# React Modal
|
|
|
|
Read the full documentation [here](https://facelessui.com/docs/modal).
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
$ npm i @faceless-ui/modal
|
|
$ # or
|
|
$ yarn add @faceless-ui/modal
|
|
$ # or
|
|
$ pnpm add @faceless-ui/modal
|
|
```
|
|
|
|
## Development
|
|
|
|
To develop this module locally, spin up the [demo app](./demo/App.demo.js):
|
|
|
|
```bash
|
|
$ git clone git@github.com:faceless-ui/modal.git
|
|
$ yarn
|
|
$ yarn dev
|
|
$ open http://localhost:3000
|
|
```
|
|
|
|
## License
|
|
|
|
[MIT](https://github.com/faceless-ui/modal/blob/master/LICENSE) Copyright (c) Faceless UI
|