0.18.0 • Published 3 years ago

@reach/dialog v0.18.0

Weekly downloads
153,702
License
MIT
Repository
github
Last release
3 years ago

@reach/dialog

Stable release MIT license

Docs | Source | WAI-ARIA

An accessible dialog or modal window.

import { Dialog } from "@reach/dialog";
import "@reach/dialog/styles.css";

function Example(props) {
	const [showDialog, setShowDialog] = React.useState(false);
	const open = () => setShowDialog(true);
	const close = () => setShowDialog(false);

	return (
		<div>
			<button onClick={open}>Open Dialog</button>
			<Dialog isOpen={showDialog} onDismiss={close}>
				<button className="close-button" onClick={close}>
					<VisuallyHidden>Close</VisuallyHidden>
					<span aria-hidden>×</span>
				</button>
				<p>Hello there. I am a dialog</p>
			</Dialog>
		</div>
	);
}
@midigator/styleguideastrid-appgatsby-universalfreemium-ui-trial@sellics/ui-kitgatsby-theme-providence@karan-u-kanthawar/dappfactorysdksinopia_editor@gelatonetwork/stop-limit-orders-react@djaciel/react-components@plum-xoxo/stores-dsm@transferwise/marketing-components@infinitebrahmanuniverse/nolb-_reach@everything-registry/sub-chunk-763td-stylekitswaptokenweb3-react-modaljobiqo-clknack-uilbh-frontendlocalist-viewer@wangzuo/kit@web3jskit/walletkit@web3-react-widgets/core@wzuo/kit@wooy/react-components@twilio-paste/modal-dialog-primitive@types/reach__dialog@tm-tools/tm-ui@thinkincoin/swap@ticketswap/solar@tieto/ehr-minu-andmed-ui@tiller-ds/form-elements-advanced@tillen/fresco@tiller-ds/alert@theme-stack/dialog@theme-components/dialog@theme-components/reach-dialog@viewstools/create-react-app@xkit/dialog@zalastax/nolb-_reach@zachsz/gatsby-plugin-prismic-previews@zoralabs/simple-wallet-provider@zuludmmswap/interfacearcher-limit-orders-react@past3lle/schematics@pantheon-systems/design-toolkit-react@paul-bfi/bfi-design-system@polymathnetwork/polymesh-ui@polymeshdev/ui@pooltogether/react-components@play4them/design-system@play4them/fresco@plum-xoxo/qib-dsmgatsby-theme-contentful-portfoliogatsby-interfacegatsby-primerbook-themegatsby-theme-personal-bloggatsby-theme-netlify-identitygatsby-theme-use-shopping-cartduodealer-design-systemehr-minu-andmed-uiehr-suhtlus-uielectric-ladylandelectric-ladyland-formfirestudio-ui@absolute/change-tracker@buzzcms/components@cabezonidas/shop-ui@builtbypixel/plasma@binarycapsule/ui-capsules@boyneio/flowbuzzcms-rich-textchaser-componentschakra-uichakra-design-systemclever-reactclubafricaincolistcrosschain-reactdapp-factory-sdk-testdat-ui-kitdatel-minu-andmed-uibilal-test-uibrydge-sdkbs-reachbfi-design-system@arcanefinance/exchange-interface@afosto/instant-search-widget@air/zephyr@air/zephyr-stitches@arigato/fondant@ajoelp/react-html-wysiwyg@autonomylabs/limit-orders-reactsoulswap-stop-limit-orders-reactsoulswap-limit-orders-reactubeswap-swap-devthekittinystoriestreighton-npmtest
0.18.0-pre.0

3 years ago

0.18.0-pre.5

3 years ago

0.18.0-pre.4

3 years ago

0.18.0-pre.3

3 years ago

0.18.0-pre.2

3 years ago

0.18.0-pre.1

3 years ago

0.18.0

3 years ago

0.17.0

4 years ago

0.16.2

4 years ago

0.16.0

4 years ago

0.15.3

4 years ago

0.15.2

4 years ago

0.15.0

5 years ago

0.14.0

5 years ago

0.13.1

5 years ago

0.13.2

5 years ago

0.13.0

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago

0.11.2

5 years ago

0.11.1

5 years ago

0.11.0

5 years ago

0.10.5

5 years ago

0.10.4

5 years ago

0.10.3

6 years ago

0.10.2

6 years ago

0.10.1

6 years ago

0.10.0

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.8.6

6 years ago

0.8.5

6 years ago

0.8.4

6 years ago

0.8.3

6 years ago

0.8.2

6 years ago

0.8.0

6 years ago

0.7.4

6 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.4.0-beta.0

6 years ago

0.3.0

6 years ago

0.3.0-alpha.0

6 years ago

0.2.9

6 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago