Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiled Container Component #126

Open
vferraro-scottlogic opened this issue Dec 4, 2023 · 0 comments
Open

Tiled Container Component #126

vferraro-scottlogic opened this issue Dec 4, 2023 · 0 comments

Comments

@vferraro-scottlogic
Copy link

vferraro-scottlogic commented Dec 4, 2023

Background

We currently have a VuuInstrumentTilesFeature component which displays a set of tiles inside a container.
Image
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant