rea11y-modal

0.1.0 • Public • Published

Rea11y modal

import {Modal} from 'rea11y-modal';
<Modal label="Title">
    <p>Body</p>
</Modal>

With an element as label:

<Modal labelId="title">
    <h1 id="title">Title</h1>
    <p>Body</p>
</Modal>

Readme

Keywords

Package Sidebar

Install

npm i rea11y-modal

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • fg