`useConnection`: Add UI blueprint
Created by: umpox
Description
Many instances of useConnection
+ UI use a very similar blueprint
We might be able to make this into a generic component for simplicity.
AC
- We have a generic component (e.g.
FilteredConnectionUI
) that can be provided with props to build the most commonuseConnection
UI. - We still have our generic abstract components that can be used to compose different UIs
- We use
FilteredConnectionUI
inFilteredConnection
as an example, to show how the component is used. - Update documentation