1.1.0 • Published 7 years ago

boundless-dialog v1.1.0

Weekly downloads
40
License
MIT
Repository
github
Last release
7 years ago

THIS IS AN AUTOGENERATED FILE. EDIT INDEX.JS INSTEAD.

Dialog

A non-blocking, focus-stealing container.

A dialog differs from a modal in that it does not come with a masking layer (to obscure the rest of the page) and the user can choose to shift focus away from the dialog contents via mouse click or a keyboard shortcut.

Specific areas (header, body, footer) are defined to provide easy conformance to the WAI-ARIA spec(http://www.w3.org /TR/wai-aria/states_and_properties#aria-labelledby) for aria-labelledby and aria-describedby (screen reader accessibility). Their use is optional, but encouraged.

Props

Note: only top-level props are in the README, for the full list check out the website.

Required Props

There are no required props.

Optional Props