Component - Search with searchable modifier
This SwiftUI component shows a list of items with a search bar on top. The searchable modifier adds a search field that filters the list as you type, making it easy to find items quickly.
This SwiftUI component shows a list of items with a search bar on top. The searchable modifier adds a search field that filters the list as you type, making it easy to find items quickly.
NavigationView
└── List
└── ForEach
└── Text