
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@paprika/confirmation
Advanced tools
Confirmation component allows user to confirm or cancel action
yarn add @paprika/confirmation
or with npm:
npm install @paprika/confirmation
Prop | Type | required | default | Description |
---|---|---|---|---|
body | node | false | null | Content of the popover confirmation |
buttonSize | [ Confirmation.types.size.SMALL, Confirmation.types.size.MEDIUM, Confirmation.types.size.LARGE] | false | Confirmation.types.size.MEDIUM | Size of the button |
children | node | false | null | |
confirmButtonType | [ Confirmation.types.kind.PRIMARY, Confirmation.types.kind.DESTRUCTIVE] | false | Confirmation.types.kind.DESTRUCTIVE | Determine the styling of the confirm button |
confirmLabel | string | true | - | Label for the confirm button |
customCancelLabel | string | false | null | Custom label for the cancel button |
defaultIsOpen | bool | false | false | If the popover is open by default |
heading | string | false | null | Heading for the popover confirmation |
isPending | bool | false | false | If the confirm button should render in a pending state (with a spinner icon) |
onClose | func | false | () => {} | Callback when cancel button is clicked |
onConfirm | func | true | - | Callback when confirm button is clicked |
import Confirmation from "@paprika/confirmation";
<Confirmation
confirmLabel="Delete filter"
body="Lorem ipsum dolor amet vexillologist tacos selvage narwhal butcher twee ethical hot chicken"
onConfirm={handleCloseConfirm => handleConfirm(handleCloseConfirm)}
onClose={handleClose}
heading="Delete filter?">
<Confirmation.TriggerButton>Trigger</Confirmation.TriggerButton>
</Confirmation>
;
or
<Confirmation
confirmLabel="Delete filter"
body="Lorem ipsum dolor amet vexillologist tacos selvage narwhal butcher twee ethical hot chicken"
defaultIsOpen
onConfirm={handleCloseConfirm => handleConfirm(handleCloseConfirm)}
heading="Delete filter?"
/>;
You can use the following components to compose the Confirmation:
<Confirmation.TriggerButton>
FAQs
Confirmation component allows user to confirm or cancel action
We found that @paprika/confirmation demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.