Files
klz-cables.com/.pnpm-store/v10/files/58/6fdb14b9244e055422edd7dfb772f842b7f2a499b422b29e7c4edf934e31aed84ecfd7afdd78e52ccc427486ab42e2069d8b8bc16486380937c250482d879c
Marc Mintel 5397309103
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
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

32 lines
714 B
Plaintext

[![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