Bootstrap: Add Chips to Bootstrap 4

Created on 1 Jan 2017  路  3Comments  路  Source: twbs/bootstrap

css feature v4

Most helpful comment

Thanks, but we'll pass on this for now. <3

All 3 comments

Thanks, but we'll pass on this for now. <3

@mdo will hope that you come soon to this !
A Bit unhappy coz this would have been nice feature and currently used in other frameworks like materialize css & Angular Material !!

Chips can be created using badges: https://getbootstrap.com/docs/4.0/components/badge/
Here is an example:
<span class="badge badge-primary">Primary <span aria-hidden="true"><i class="fa fa-times" aria-hidden="true"></i></span></span>

Was this page helpful?
0 / 5 - 0 ratings