Closed
Description
There's a lot of components with no interactivity that would just be wrappers around DOM elements with certain class names: badge, label, well, icon etc.
Should we add these? I'm in 2 minds, it adds a level of abstraction that might be useful if the classes change but creates another, albeit simple, API to learn.
Any comments?
EDIT:
In summation of current state:
- Badge
- Label
- Well
- Icon
- Media
- Thumbnail (See [added] Thumbnail component including docs and tests #488)
- Breadcrumb (See [added] Breadcrumb Component #1273 and Fixes for
Breadcrumbs
components #1354) - Pager
- Pagination (See Implement Pagination #22 PR [added] Pagination component #786)
- Responsive Embed (See Add 'Responsive embed' component #1359)
- Images (See [added] Images Component with Sample and Docs #1293)
- Affix (See Implement affix #200)