-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Milestone
Description
This is a generic component which will be reused across multiple components.
Component tree
- std-list-item
- label(.text)
- img(.icon)
Requirements:
- Create a branch off of master and make a PR to master
- Should support different layouts of text and icon, specifically:
- icon above label (see example item in quick links item, icon is of 32x32 size)
- icon in left and text following it (icon should be of 16x16)
- text in left and icon on the right (icon should be of 16x16)
- rendering of icon and text should both be configurable so that the user can use any of them or both