Overview
- Getting Started
- Loading States
- Forms
- Feature Flags
- Portal
- Show
- For
- Text
- Toggle
- Local Storage
Actions
- Button
- Icon Button
Communication
- Admonition
- Accordion
- Avatar
- Notifications
- Progress Indicators
- Tag
- Tooltip
Containment
- Confirm Modal
- Prompt Modal
- CTA Modal
- Modaldeprecated
- Dialog
- Table
Navigation
- Menu
- Tabs
Selection
- Drag & Drop
- Checkbox
- Date Picker
- Radio
- Rating
- Select
- Combobox
- Switch
Inputs
- Field
- Input
- Textarea
- Labeldeprecated
- Fieldset
- Field Messagedeprecated
- File Uploader
Hooks & Helpers
- split-props
- trap-focusdeprecated
- use-root-colors
- use-theme
- use-theme-context
- use-toggledeprecated
Confirm Modal
Confirm Modal allows people to confirm an important decision.
1import { ConfirmModal, useConfirmModal } from '@cerberus/react'
Usage
Non-destructive
Destructive
Customization
For customizing the Confirm Modal, we recommend extending the confirmModal
slot recipe provided by the @cerberus/panda-preset
package in your config.
API
export type ShowConfirmModalOptions = | NonDestructiveConfirmModalOptions | DestructiveConfirmOptions
export interface ConfirmModalProviderValue { show: (options: ShowConfirmModalOptions) => Promise<boolean>}
define function ConfirmModal(props: PropsWithChildren<{}>): ReactNode
Show Method Options
The show
method accepts the following options:
Name | Default | Description |
---|---|---|
kind | non-destructive | The variant used to theme the modal. |
heading | The heading of the modal. | |
description | The description of the modal. For non-destructive modals only, can be a ReactNode. | |
actionText | The text for the action button. | |
cancelText | The text for the cancel button. |
1import { ConfirmModal, useConfirmModal } from '@cerberus/react'
Usage
Non-destructive
Destructive
Customization
For customizing the Confirm Modal, we recommend extending the confirmModal
slot recipe provided by the @cerberus/panda-preset
package in your config.
API
export type ShowConfirmModalOptions = | NonDestructiveConfirmModalOptions | DestructiveConfirmOptions
export interface ConfirmModalProviderValue { show: (options: ShowConfirmModalOptions) => Promise<boolean>}
define function ConfirmModal(props: PropsWithChildren<{}>): ReactNode
Show Method Options
The show
method accepts the following options:
Name | Default | Description |
---|---|---|
kind | non-destructive | The variant used to theme the modal. |
heading | The heading of the modal. | |
description | The description of the modal. For non-destructive modals only, can be a ReactNode. | |
actionText | The text for the action button. | |
cancelText | The text for the cancel button. |
1import { ConfirmModal, useConfirmModal } from '@cerberus/react'
Usage
Non-destructive
Destructive
Customization
For customizing the Confirm Modal, we recommend extending the confirmModal
slot recipe provided by the @cerberus/panda-preset
package in your config.
API
export type ShowConfirmModalOptions = | NonDestructiveConfirmModalOptions | DestructiveConfirmOptions
export interface ConfirmModalProviderValue { show: (options: ShowConfirmModalOptions) => Promise<boolean>}
define function ConfirmModal(props: PropsWithChildren<{}>): ReactNode
Show Method Options
The show
method accepts the following options:
Name | Default | Description |
---|---|---|
kind | non-destructive | The variant used to theme the modal. |
heading | The heading of the modal. | |
description | The description of the modal. For non-destructive modals only, can be a ReactNode. | |
actionText | The text for the action button. | |
cancelText | The text for the cancel button. |
1import { ConfirmModal, useConfirmModal } from '@cerberus/react'
Usage
Non-destructive
Destructive
Customization
For customizing the Confirm Modal, we recommend extending the confirmModal
slot recipe provided by the @cerberus/panda-preset
package in your config.
API
export type ShowConfirmModalOptions = | NonDestructiveConfirmModalOptions | DestructiveConfirmOptions
export interface ConfirmModalProviderValue { show: (options: ShowConfirmModalOptions) => Promise<boolean>}
define function ConfirmModal(props: PropsWithChildren<{}>): ReactNode
Show Method Options
The show
method accepts the following options:
Name | Default | Description |
---|---|---|
kind | non-destructive | The variant used to theme the modal. |
heading | The heading of the modal. | |
description | The description of the modal. For non-destructive modals only, can be a ReactNode. | |
actionText | The text for the action button. | |
cancelText | The text for the cancel button. |