ContentUnavailableView
Displays a Swift UI ContentUnavailableView
Official Docs
Preview
Example Usage
<RNSwiftUI.Button.ContentUnavailableView title="No results!" systemIconName="magnifyingglass" description="Maybe you made a typo" />
Props
name | type | required | description |
---|---|---|---|
title | string | ✓ | The title |
systemIconName | SFSymbol | ✕ | The symbol to display (SF symbol) [optional] |
description | string | ✕ | The symbol to display (SF symbol) [optional] |
extends
SwiftUIViewProperties