Components

1 components available

'use client'
import { useState } from 'react'

const STATES = [
  {
    id: 'no-results', icon: '🔍', title: 'No results found',
    body: 'Try adjusting your search or filters to find what you're looking for.',
    action: 'Clear filters', secondary: null,
  },
  {
    id: 'error', icon: '⚠️', title: 'Something went wrong',
    body: 'We're having
EmptyStates
EmptyStates
Empty States
react