BlankSlate
Large first-use empty state built on TxEmptyState.
BlankSlate
Large first-use empty state built on TxEmptyState. Use it when a feature or section has no user-created content yet and needs an onboarding-style call to action.
Basic Usage
BlankSlate
Demo will load when visible.
API
Props / Slots / Events follow TxEmptyState.
Interaction Contract
TxBlankSlatealways forwardsvariant="blank-slate"toTxEmptyState.- Defaults are optimized for onboarding:
size="large",layout="vertical", andsurface="plain". - Explicit
size,layout, andsurfaceprops override those defaults. icon,title,description, andactionsslots are forwarded unchanged toTxEmptyState.