Skip to Content
DocsResourcesPricingShowcase

Status

Used to indicate the status of a process or state

SourceStorybookRecipe

import { Status } from '@saas-ui/react/status'
<Status>Label</Status>

Render the label within the status component.

Error
Info
Warning
Success

Use the size prop to change the size of the status component.

In Review
Error
Approved
In Review
Error
Approved
In Review
Error
Approved

PropDefaultType
colorPalette 'gray'
'gray' | 'red' | 'orange' | 'yellow' | 'green' | 'teal' | 'blue' | 'cyan' | 'purple' | 'pink' | 'accent'

The color palette of the component

size 'md'
'sm' | 'md' | 'lg'

The size of the component

Previous

Stat

Next

Steps