Loading repository data…
Loading repository data…
micromodal / repository
⭕ Tiny javascript library for creating accessible modal dialogs
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The aim of this library is to make modal dialogs accessible and easy to include in your project with minimum configuration. It's only ~1.8kb minified and gzipped; a tiny library for big change.
✔ Toggles relevant aria attributes on open and close
✔ Closes modal on overlay click
✔ Closes modal on pressing the esc key
✔ Traps tab focus within the modal
✔ Focuses on the first focusable element within the modal
✔ Retains the focused element state after closing the modal
✔ Supports nested modals
via npm
npm install micromodal --save
via yarn
yarn add micromodal
via CDN direct link
<script src="https://cdn.jsdelivr.net/npm/micromodal/dist/micromodal.min.js"></script>
<!-- or -->
<script src="https://unpkg.com/micromodal/dist/micromodal.min.js"></script>
direct download
curl -O -L https://unpkg.com/micromodal/dist/micromodal.min.js
Please use this pollyfill suggested here.
Find the latest changelog here.
We are always open and invite developers to contribute to Micromodal. We have kept the guidelines and process dead simple, so you invest more time in making modals accessible to all.
Micromodal follows the standardjs coding standard and is part of our package.json file. It will help us to maintain consistency in the code base.
$ git clone https://github.com/ghosh/micromodal.gitnpm install in the root folder to install all dependenciesnpm run dev to start a dev server. This serves the example directory and live reloads when any files are changednpm run build to build the files for distribution. This is run automatically as a pre-commit hook as well.First, you must be authorized on npmjs.com. Then:
package.jsonnpm run deployUpdate the changelog.
Commit and push changes
Tag the version in git:
git tag -a X.Y.Zgit push origin X.Y.ZDeploy Docs workflow.
We are looking for more maintainers for Micromodal. If you are interested, and you have at least some free time to spend on this, reach out to @dkniffin.
This project is licensed under MIT license.
Derek Kniffin – @dkniffin 🇺🇸
Indrashish Ghosh – @_ighosh 🇮🇳
Kalpesh Singh - @knowkalpesh 🇮🇳
Darpan Kakadia - @kakadiadarpan 🇩🇪
Contributors - list 🌐
You? - Open a PR to get started!