SearchEmpty
Shortcut empty-state component for empty search results, based on TxEmptyState with `variant="search-empty"`.
SearchEmpty
TxSearchEmpty is a shortcut wrapper around TxEmptyState with variant="search-empty" pre-set. Use it when a query returns no results or filters exclude every item.
Basic Usage
SearchEmpty
Demo will load when visible.
API
TxSearchEmpty inherits all Props (except variant), Slots, and Events from TxEmptyState. See EmptyState.
Interaction Contract
TxSearchEmptyalways forwardsvariant="search-empty"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.