Skip to Content
Documentation
Saas UI
Get Pro
Getting started
Components
Overview

Status

Used to indicate the status of a process or state

SourceStorybookRecipe

Anatomy

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

Examples

Label

Render the label within the status component.

Error
Info
Warning
Success

Sizes

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

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

Props

PropDefaultType
colorPalette 'gray'
'gray' | 'zinc' | 'neutral' | 'stone' | 'red' | 'orange' | 'amber' | 'yellow' | 'lime' | 'green' | 'emerald' | 'teal' | 'cyan' | 'sky' | 'blue' | 'indigo' | 'violet' | 'purple' | 'fuchsia' | 'pink' | 'rose' | 'presence' | 'status' | 'sidebar' | 'sidebar.accent' | 'accent' | 'slate'

The color palette of the component

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

The size of the component

Previous

Stat

Next

Steps