OfflineState
Shortcut empty-state component for offline or unavailable network states, based on TxEmptyState with `variant="offline"`.
OfflineState
TxOfflineState is a shortcut wrapper around TxEmptyState with variant="offline" pre-set. Use it when the app is offline or a network-backed view is unavailable.
Basic Usage
OfflineState
Demo will load when visible.
API
TxOfflineState inherits all Props (except variant), Slots, and Events from TxEmptyState. See EmptyState.
Interaction Contract
TxOfflineStatealways forwardsvariant="offline"toTxEmptyState.- The wrapper does not rewrite
title,description,surface, or action config; explicit props are forwarded as-is. icon,title,description, andactionsslots are forwarded unchanged toTxEmptyState.