How to create a Label with close icon in Bootstrap?

前端 未结 4 1461
名媛妹妹
名媛妹妹 2021-02-01 02:57

With Bootstrap 3, what might be a good way of getting a bordered label with close icon? An example of the sort of thing from Stack Overflow:

4条回答
  •  误落风尘
    2021-02-01 03:21

    Bootstrap glyphicons (a component) is what you're looking for: http://getbootstrap.com/components/#glyphicons

    They are designed to work with a broad range of other elements and are easy to use. This is a example from the docs:

    
    

    Could be a label, paragraph or similar, too.

提交回复
热议问题