performant-software / react-components

A library of shared React components
https://performant-software.github.io/react-components/
MIT License
1 stars 1 forks source link

CoreData Virtualized Search Result List #250

Closed rsimon closed 6 months ago

rsimon commented 7 months ago

In this PR

This PR adds another CoreData-specific UI component: a virtualized search result list for efficiently displaying a large list of results, with support for hover & selection.

Caveat: the component includes Tailwind classes. However, since Tailwind isn't currently set up for the Storybook project, the component will currently appear completely unstyled.

dleadbetter commented 6 months ago

Closing in favor of #252.