
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
@leafygreen-ui/delete-wizard
Advanced tools
pnpm add @leafygreen-ui/delete-wizard
yarn add @leafygreen-ui/delete-wizard
npm install @leafygreen-ui/delete-wizard
<DeleteWizard>
<DeleteWizard.Header
pageTitle="Demo Delete Wizard"
/>
<DeleteWizard.Step requiresAcknowledgement>
<DeleteWizard.StepContent>
<div>Step 1 contents<div>
</DeleteWizard.StepContent>
<DeleteWizard.Footer
primaryButtonProps={{
children: 'Continue to next step',
}}
/>
</DeleteWizard.Step>
<DeleteWizard.Step requiresAcknowledgement>
<DeleteWizard.StepContent>
<div>Step 2 contents<div>
</DeleteWizard.StepContent>
<DeleteWizard.Footer
primaryButtonProps={{
leftGlyph: <TrashIcon />,
variant: 'danger',
children: 'Delete my thing',
onClick: handleDelete,
}}
/>
</DeleteWizard.Step>
</DeleteWizard>
Establishes a context, and only renders the activeStep (managed internally, or provided with the activeStep prop). Accepts a DeleteWizard.Header and any number of DeleteWizard.Steps as children.
DeleteWizard and all sub-components include template styling.
A convenience wrapper around CanvasHeader
A convenience wrapper around Wizard.Step to ensure the correct context.
Like the basic Wizard.Step, of requiresAcknowledgement is true, the step must have isAcknowledged set in context, (or passed in as a controlled prop) for the Footer's primary button to be enabled. (see the Wizard and DeleteWizard demos in Storybook)
A styled div for use inside a DeleteWizard.Step to ensure proper page scrolling and footer positioning
A wrapper around Wizard.Footer with embedded styles for the DeleteWizard template
FAQs
LeafyGreen UI Kit Delete Wizard
We found that @leafygreen-ui/delete-wizard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.