forked from finos/vuu
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Background
We currently have a VuuInstrumentTilesFeature component which displays a set of tiles inside a container.

This component is specific to the Instrument Tiles feature. We want to create a generic TiledContainer component which displays a collection of children of equal size (the Tiles) that can be used for Instrument Tiles as well as for other features i.e. FX Trading Tiles
Overflow and responsive behaviour:
- it should allow for multiple rows (wrap)
- in case of wrapping it should not show partial Tiles
- it shouldn't allow for scrolling
Work Required
- create TiledContainer use instrument tile or dummy tile with its own example in showcase
- make VuuInstrumentTilesFeature use the new TiledContainer component
Notes
- finos issue
- css grid might be the best way of representing the relation between container tile and tile
Reactions are currently unavailable