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
Progress Indicators
Progress indicators show the status of a process in real time.
1import { ProgressBar, CircularProgress } from '@cerberus/react'
Usage
Preview Playground
sm
md
rounded
block
Circular Progress
Preview Playground
filled
transparent
Customization
To customize the ProgressBar we recommend extending the slot recipe provided by the @cerberus-design/panda-preset
package.
API
ProgressBar
export interface ProgressBarBaseProps extends HTMLAttributes<HTMLDivElement> { id: string label: string size?: 'sm' | 'md' usage?: 'block' | 'rounded' now: number}type IndeterminateProgressBarProps = Omit<ProgressBarProps, 'now'> & { indeterminate: true}type ProgressBarProps = ProgressBarBaseProps & IndeterminateProgressBarProps
define function ProgressBar(props: ProgressBarProps): ReactNode
Name | Default | Description |
---|---|---|
id | The id of the CircularProgress. | |
label | A description of what the progress bar is for. | |
size | md | The size of the progress bar. |
usage | rounded | The style of the progress bar. |
now | The current progress value. | |
indeterminate | false | If the progress bar is in an indeterminate state. |
CircularProgress
export interface CircularProgressProps extends SVGProps<SVGSVGElement> { id: string label: string now: number title: string syntax?: string bgStyle?: 'filled' | 'transparent'}
define function CircularProgress(props: CircularProgressProps): ReactNode
Name | Default | Description |
---|---|---|
id | The id of the CircularProgress. | |
label | `` | A description of what the progress bar is for. |
now | The current progress value. | |
title | The title of the CircularProgress for a11y. | |
syntax | Done | What is shown below the now value. |
bgStyle | filled | The fill style of the center circle used for the bg. |
1import { ProgressBar, CircularProgress } from '@cerberus/react'
Usage
Preview Playground
sm
md
rounded
block
Circular Progress
Preview Playground
filled
transparent
Customization
To customize the ProgressBar we recommend extending the slot recipe provided by the @cerberus-design/panda-preset
package.
API
ProgressBar
export interface ProgressBarBaseProps extends HTMLAttributes<HTMLDivElement> { id: string label: string size?: 'sm' | 'md' usage?: 'block' | 'rounded' now: number}type IndeterminateProgressBarProps = Omit<ProgressBarProps, 'now'> & { indeterminate: true}type ProgressBarProps = ProgressBarBaseProps & IndeterminateProgressBarProps
define function ProgressBar(props: ProgressBarProps): ReactNode
Name | Default | Description |
---|---|---|
id | The id of the CircularProgress. | |
label | A description of what the progress bar is for. | |
size | md | The size of the progress bar. |
usage | rounded | The style of the progress bar. |
now | The current progress value. | |
indeterminate | false | If the progress bar is in an indeterminate state. |
CircularProgress
export interface CircularProgressProps extends SVGProps<SVGSVGElement> { id: string label: string now: number title: string syntax?: string bgStyle?: 'filled' | 'transparent'}
define function CircularProgress(props: CircularProgressProps): ReactNode
Name | Default | Description |
---|---|---|
id | The id of the CircularProgress. | |
label | `` | A description of what the progress bar is for. |
now | The current progress value. | |
title | The title of the CircularProgress for a11y. | |
syntax | Done | What is shown below the now value. |
bgStyle | filled | The fill style of the center circle used for the bg. |
1import { ProgressBar, CircularProgress } from '@cerberus/react'
Usage
Preview Playground
sm
md
rounded
block
Circular Progress
Preview Playground
filled
transparent
Customization
To customize the ProgressBar we recommend extending the slot recipe provided by the @cerberus-design/panda-preset
package.
API
ProgressBar
export interface ProgressBarBaseProps extends HTMLAttributes<HTMLDivElement> { id: string label: string size?: 'sm' | 'md' usage?: 'block' | 'rounded' now: number}type IndeterminateProgressBarProps = Omit<ProgressBarProps, 'now'> & { indeterminate: true}type ProgressBarProps = ProgressBarBaseProps & IndeterminateProgressBarProps
define function ProgressBar(props: ProgressBarProps): ReactNode
Name | Default | Description |
---|---|---|
id | The id of the CircularProgress. | |
label | A description of what the progress bar is for. | |
size | md | The size of the progress bar. |
usage | rounded | The style of the progress bar. |
now | The current progress value. | |
indeterminate | false | If the progress bar is in an indeterminate state. |
CircularProgress
export interface CircularProgressProps extends SVGProps<SVGSVGElement> { id: string label: string now: number title: string syntax?: string bgStyle?: 'filled' | 'transparent'}
define function CircularProgress(props: CircularProgressProps): ReactNode
Name | Default | Description |
---|---|---|
id | The id of the CircularProgress. | |
label | `` | A description of what the progress bar is for. |
now | The current progress value. | |
title | The title of the CircularProgress for a11y. | |
syntax | Done | What is shown below the now value. |
bgStyle | filled | The fill style of the center circle used for the bg. |
1import { ProgressBar, CircularProgress } from '@cerberus/react'
Usage
Preview Playground
sm
md
rounded
block
Circular Progress
Preview Playground
filled
transparent
Customization
To customize the ProgressBar we recommend extending the slot recipe provided by the @cerberus-design/panda-preset
package.
API
ProgressBar
export interface ProgressBarBaseProps extends HTMLAttributes<HTMLDivElement> { id: string label: string size?: 'sm' | 'md' usage?: 'block' | 'rounded' now: number}type IndeterminateProgressBarProps = Omit<ProgressBarProps, 'now'> & { indeterminate: true}type ProgressBarProps = ProgressBarBaseProps & IndeterminateProgressBarProps
define function ProgressBar(props: ProgressBarProps): ReactNode
Name | Default | Description |
---|---|---|
id | The id of the CircularProgress. | |
label | A description of what the progress bar is for. | |
size | md | The size of the progress bar. |
usage | rounded | The style of the progress bar. |
now | The current progress value. | |
indeterminate | false | If the progress bar is in an indeterminate state. |
CircularProgress
export interface CircularProgressProps extends SVGProps<SVGSVGElement> { id: string label: string now: number title: string syntax?: string bgStyle?: 'filled' | 'transparent'}
define function CircularProgress(props: CircularProgressProps): ReactNode
Name | Default | Description |
---|---|---|
id | The id of the CircularProgress. | |
label | `` | A description of what the progress bar is for. |
now | The current progress value. | |
title | The title of the CircularProgress for a11y. | |
syntax | Done | What is shown below the now value. |
bgStyle | filled | The fill style of the center circle used for the bg. |