Add-on Directory

Badge List Add-on - Vaadin Add-on Directory

Responsive badge list component. Badge List Add-on - Vaadin Add-on Directory
Component to display a list of badges. The badges that don't fit into the current width of the list collapse automatically into an overflow badge at the end. The oveflow badge shows count of not visible badges. Clicking on the overflow count badge displays a list with the not visible badges. #### Version 2.0.0 Since version 2.0.0, this add-on uses the preview version of **Badge component** from Vaadin core (```com.vaadin.flow.component.badge.Badge```). As is currently an experimental feature it must be explicitly enabled in your project before using this add-on. You can enable it in one of two ways: * Through **Vaadin Copilot**, in the experimental features panel. * By adding the following line to ```src/main/resources/vaadin-featureflags.properties``` in your project: ```properties com.vaadin.experimental.badgeComponent=true ``` #### Found a bug or have a suggestion? Report it on GitHub For bug reports, feature suggestions, or questions, please open an issue on [GitHub](https://github.com/FlowingCode/BadgeList/issues). This makes it easier for us to track and respond efficiently, ensuring you get the best possible support. Your input helps us improve—thank you!
A Guide to Using Badge List Add-on
Author Homepage
Issue tracker
View on GitHub
Online Demo

Badge List Add-on version 1.0.0
Initial release

Badge List Add-on version 1.0.1
#### Bug fixes: * Update width calcutation on resize ([#12](https://github.com/FlowingCode/BadgeList/issues/12)) * Set vaadin dependency as optional

Badge List Add-on version 1.1.0
#### New features: * Add read only binder support ([#18](https://github.com/FlowingCode/BadgeList/issues/18)) * Add label support ([#19](https://github.com/FlowingCode/BadgeList/issues/19))

Badge List Add-on version 1.1.1
#### Bug fixes: * Prevent rendering of empty label ([#23](https://github.com/FlowingCode/BadgeList/issues/23))

Badge List Add-on version 1.2.0
#### New features: * Replace badge styles import to use badge.css directly ([#27](https://github.com/FlowingCode/BadgeList/issues/27)) ([#31](https://github.com/FlowingCode/BadgeList/issues/31))

Badge List Add-on version 2.0.0
#### New features: * Migrate to native Vaadin Badge component ([#34](https://github.com/FlowingCode/BadgeList/issues/34)) #### Bug fixes: * Correct overflow badge vertical alignment ([#38](https://github.com/FlowingCode/BadgeList/issues/38)) * Use explicit marginInlineStart/End for overflow badge ([#41](https://github.com/FlowingCode/BadgeList/issues/41)) * Document Badge component experimental feature and exclude feature flags from jar ([#43](https://github.com/FlowingCode/BadgeList/issues/43))

Badge List Add-on version 1.2.1
#### Bug fixes: * Correct overflow badge vertical alignment ([#38](https://github.com/FlowingCode/BadgeList/issues/38)) * Use explicit marginInlineStart/End for overflow badge ([#41](https://github.com/FlowingCode/BadgeList/issues/41))