@velocis/feedback
v0.1.3
Published
Loading, empty, error states, modals, toasts, and display components.
Readme
@velocis/feedback
Loading, empty, error states, modals, toasts, and display components.
Consumer import: velocis/feedback
Full reference: docs/feedback.md
Exports
| Export | Use case |
|--------|----------|
| LoadingState | Fetching data |
| EmptyState | No results |
| ErrorFallback | Error with retry |
| SkeletonBase | Inline skeleton |
| VelocisErrorBoundary | React error boundary |
| Modal | Dialog |
| Drawer | Side panel |
| Alert | Inline banner |
| ToastProvider, useToast | Toasts |
| Tooltip, Popover | Floating UI |
| Spinner, Progress | Progress indicators |
| Badge, Chip | Labels and tags |
import { LoadingState, EmptyState, useToast } from 'velocis/feedback';