Modal

A modal window that can be used to show rich content or obtain information from a user.

See the WAI ARIA guidelines for Modals.

Structure

<Modal>
	<ModalOverlay /> (optional)
	<ModalContent>
		...
	</ModalContent>
</Modal>

Demo