--- name: Confirm Dialog --- import { Playground, PropsTable } from 'docz' import { Button } from './button.js' import { ConfirmDialogComponent } from './confirm-dialog.js' import { DoczWrapper } from '../theme.js' # Confirm Dialog ## Properties ## Basic Usage {() => ( alert('Confirm')} renderTrigger={toggle => } > {toggle =>
Confirm content
}
)}