NoSelection
Shortcut empty-state component for unselected detail panels, based on TxEmptyState with `variant="no-selection"`.
NoSelection
TxNoSelection is a shortcut wrapper around TxEmptyState with variant="no-selection" pre-set. Use it when a detail panel, inspector, or split view has no selected item.
Basic Usage
NoSelection
Demo will load when visible.
API
TxNoSelection inherits all Props (except variant), Slots, and Events from TxEmptyState. See EmptyState.
Interaction Contract
TxNoSelectionalways forwardsvariant="no-selection"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.