[![NPM](https://img.shields.io/npm/v/@faceless-ui/modal)](https://www.npmjs.com/@faceless-ui/modal)
![Bundle Size](https://img.shields.io/bundlephobia/minzip/@faceless-ui/modal?label=zipped)

# 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
