Confirm Dialog
Package: @tesserix/web
Import
import { ConfirmDialog } from '@tesserix/web'Source
- Component:
packages/web/src/components/confirm-dialog/confirm-dialog.tsx - Story:
packages/web/src/components/confirm-dialog/confirm-dialog.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { ConfirmDialog } from '@tesserix/web'
export function DemoConfirmDialog() {
return <ConfirmDialog />
}