@elloloop/react-dialog
v0.1.0
Published
Dialog/modal component for React. Part of [Refraction UI](https://elloloop.github.io/refraction-ui/).
Readme
@elloloop/react-dialog
Dialog/modal component for React. Part of Refraction UI.
Install
pnpm add @elloloop/react-dialogUsage
import {
Dialog,
DialogTrigger,
DialogContent,
DialogHeader,
DialogTitle,
DialogDescription,
} from '@elloloop/react-dialog'
<Dialog>
<DialogTrigger>Open</DialogTrigger>
<DialogContent>
<DialogHeader>
<DialogTitle>Title</DialogTitle>
<DialogDescription>Description</DialogDescription>
</DialogHeader>
</DialogContent>
</Dialog>Exports
Dialog, DialogTrigger, DialogContent, DialogOverlay, DialogHeader, DialogFooter, DialogTitle, DialogDescription, DialogClose
License
MIT
