React Components
📄️ Finder
The root component, Finder accepts an armada of configuration properties and provides an API 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.SearchTermHaystack
This handy component allows you to highlight the segments in your haystack that matched your searchTerm. This wraps a StringMatch component and populates it with your Finder instance's current searchTerm.
📄️ StringMatch
This highlight string segment matches within a haystack.
📄️ useFinder
Access the Finder API.