NoData
Shortcut empty-state component for empty datasets, based on TxEmptyState with `variant="no-data"`.
NoData
TxNoData is a shortcut wrapper around TxEmptyState with variant="no-data" pre-set. Use it for empty lists, tables, charts, or other dataset views.
Basic Usage
NoData
Demo will load when visible.
API
TxNoData inherits all Props (except variant), Slots, and Events from TxEmptyState. See EmptyState.
Interaction Contract
TxNoDataalways forwardsvariant="no-data"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.