Dialog
Package: @tesserix/web
Import
import { Dialog, DialogTrigger, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription, DialogClose } from '@tesserix/web'Source
- Component:
packages/web/src/components/dialog/dialog.tsx - Story:
packages/web/src/components/dialog/dialog.stories.tsx - Test:
packages/web/src/components/dialog/dialog.test.tsx
Status
- Component implementation file: Present
- Story file: Present
- Test file: Present
Example
import { Dialog } from '@tesserix/web'
export function DemoDialog() {
return <Dialog />
}