LoadingState
Shortcut empty-state component for loading placeholders, based on TxEmptyState with `variant="loading"`.
LoadingState
TxLoadingState is a shortcut wrapper around TxEmptyState with variant="loading" pre-set. Use it for loading placeholders while data, plugins, or remote resources are being fetched.
Basic Usage
LoadingState
Demo will load when visible.
API
TxLoadingState inherits all Props (except variant), Slots, and Events from TxEmptyState. See EmptyState.
Interaction Contract
TxLoadingStatealways forwardsvariant="loading"toTxEmptyState.- The wrapper does not rewrite
title,description,loading, or action config; explicit props are forwarded as-is. icon,title,description, andactionsslots are forwarded unchanged toTxEmptyState.