martin-g / wicket-bootstrap

Apache Wicket components for Twitter Bootstrap - Wicket-Bootstrap is based on Twitter's toolkit (bootstrap) and the Apache Wicket Framework.
https://wicketbootstrap.teliclab.info/
293 stars 162 forks source link

LabelBehavior and LabelType Deprecation in Bootstrap 4 #808

Closed heryqk closed 5 months ago

heryqk commented 5 years ago

With Bootstrap 4, labels (label label-style) are replaced with Badge. Would it make sense to deprecate LabelBehavior and LabelType in Wicket 8 + Bootstrap 4 branch and replace the implementation with BadgeBehavior instead ?

martin-g commented 5 years ago

Sure! Please send us a Pull Request!

For the record, please provide a link to Bootstrap docs where they explain that labels are replaced.