Status
A small status component with customizable variants, indicator and shiny animation effects.
Loading...
Installation
npx shadcn@latest add @scrollxui/status Usage
import { Status } from '@/components/ui/status';<div className='flex gap-3'>
<Status status='online' statusindicator>
Online
</Status>
<Status status='pending' shiny shinySpeed={2}>
Fast Shine
</Status>
</div>Examples
Indicator
Loading...
Shiny
Loading...
API Reference
Status
The Status component creates a customizable label with optional indicator and shine.