React Components
📄️ Finder
The root component, Finder accepts an armada of configuration properties and provides simplified context to consuming components.
📄️ Finder.Content
FinderContent accepts a set of renderProps, and will determine the most appropriate state to display. Only a single state can be active at a time.
📄️ Finder.SearchTerm
This handy component allows you to highlight the segments in your haystack that matched your searchTerm.
📄️ useFinder
Access the current Finder context.