You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Work Required
Notes
The text was updated successfully, but these errors were encountered: