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-modal@dojoswap/limit-orders-react@drivy/cobalt@cryption/dapp-factory-sdk@colisweb/reason-toolkit@convertkit/design@demystdata/ui@buzzcms/componentsjobiqo-clknack-uilbh-frontendsoulswap-stop-limit-orders-reactsoulswap-limit-orders-reactubeswap-swap-devthekittinystoriestreighton-npmtestusemodalwallet@air/zephyr@air/zephyr-stitches@arcanefinance/exchange-interface@arigato/fondant@autonomylabs/limit-orders-react@afosto/instant-search-widget@ajoelp/react-html-wysiwyg@binarycapsule/ui-capsules@builtbypixel/plasma@cabezonidas/shop-ui@absolute/change-tracker@boyneio/flow@cricket-australia/play-cricket-react-uixx-test-sorryzkit@financeful-eng/system@firepress/ui@firepress/cms@dtribe/react-components@hdream/uniswap-pool@hackney/mtfh-react@heathmont/moon-components@focus-reactive/react-app-layer@htsoft/aiza-wallet-connector@flive/react-kit@fgct/gatsby-plugin-prismic-previews@firestudio/ui@front10/lab@front10/lightbox@ftdata/styleguide@gelatonetwork/limit-orders-react@gelatonetwork/range-orders-react@gelatonetwork/gelato-front-end-lib@friktion-labs/walletkit@freshworks/react-nucleus@frontside/backstage-plugin-scaffolder-workflow@getsynapse/design-system@kyolshin/ui-kit@losslessproject/react-components@ldellaquila/eagleswap@ldellaquila/interface@ironlist/ironlist-ui-library@micromed/herz-ui@newfrontdoor/calendar@nevenhsu/uni-wallet-connect@nearst/ui@entur/modal@fangorn/test@elemental-ui-alpha/modal@mbkit/dialog@mbkit/modal@joesanchezjr/clementine-ui@rasahq/react-tabula@reach/alert-dialog@pyroswap/dex@qualifyze/design-system@real-system/dialog-primitive@openloop/limbic@onrecess/playground@onlaw/ui@polymathnetwork/polymesh-ui@polymeshdev/ui@pooltogether/react-components@paul-bfi/bfi-design-system@past3lle/schematics@novvum/gatsby-theme-auth
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

3 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

4 years ago

0.14.0

4 years ago

0.13.1

4 years ago

0.13.2

4 years ago

0.13.0

4 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

5 years ago

0.10.2

5 years ago

0.10.1

5 years ago

0.10.0

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.6

5 years ago

0.8.5

5 years ago

0.8.4

5 years ago

0.8.3

5 years ago

0.8.2

5 years ago

0.8.0

5 years ago

0.7.4

5 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

5 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

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago