OfflineBanner
Dismissible offline status banner with retry action, compact mobile layout, and live-region semantics.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/offline-banner.jsonInstall with the CLI
# adds OfflineBanner to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/offline-banner.jsonOr install the package
// npm install @uigrids/react-ui
import { OfflineBanner } from '@uigrids/react-ui'
export default function App() {
return <OfflineBanner />
}