bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

Add chip component

Open julien-deramond opened this issue 2 years ago • 2 comments

Warning Heavily WIP

Description

Heavily WIP but wanted to show something as a possible implementation for Chips.

It's far for being perfect since I haven't spent too much time on it. Just tried quickly to get back what we developed for our Tags component at Orange and to tweaked it (not very well) to Bootstrap style.

Just would like your opinion on starting from that or do you prefer to start from scratch?

Type of changes

  • [x] New feature (non-breaking change which adds functionality)

Checklist

  • [x] I have read the contributing guidelines
  • [x] My code follows the code style of the project (using npm run lint)
  • [x] My change introduces changes to the documentation
  • [x] I have updated the documentation accordingly
  • (NA) I have added tests to cover my changes
  • [x] All new and existing tests passed

Live previews

Related issues

Closes #31033

julien-deramond avatar Jan 09 '23 22:01 julien-deramond

I've seen in https://deploy-preview-36309--twbs-bootstrap.netlify.app/docs/5.3/examples/badges/ that maybe a chip would be a badge?

julien-deramond avatar Jan 11 '23 06:01 julien-deramond

Could be! Those snippets are far from perfect, and might not make sense to repurpose for a new overall component, but maybe they could! Let's think on it ahead of starting v6 :).

mdo avatar Jan 11 '23 21:01 mdo