From 245c6c101bbbb6db42179c1c041dd3a4c0423ccd Mon Sep 17 00:00:00 2001 From: Paola De Bartolo <30666649+paodb@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:31:21 -0300 Subject: [PATCH 1/3] docs: add features description --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9280664..7f584e3 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Responsive badge list component. +## Features + +* 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. +* Right-clickling on the overflow count badge displays a list with the not visible badges. + ## Online demo [Online demo here](http://addonsv24.flowingcode.com/badge-list) From db656898c59a8d510d6676e49e657a056db49ecc Mon Sep 17 00:00:00 2001 From: Paola De Bartolo <30666649+paodb@users.noreply.github.com> Date: Wed, 13 Sep 2023 09:32:33 -0300 Subject: [PATCH 2/3] docs: fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f584e3..e150f1a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Responsive badge list component. * 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. -* Right-clickling on the overflow count badge displays a list with the not visible badges. +* Right-clicking on the overflow count badge displays a list with the not visible badges. ## Online demo From b78b48a1b1465d297ee06b1883ede09e75f6fa09 Mon Sep 17 00:00:00 2001 From: Paola De Bartolo <30666649+paodb@users.noreply.github.com> Date: Wed, 13 Sep 2023 09:51:11 -0300 Subject: [PATCH 3/3] docs: update features description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e150f1a..739d3a3 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Responsive badge list component. ## Features * 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. -* Right-clicking on the overflow count badge displays a list with the not visible badges. +* The overflow badge shows count of not visible badges. +* Clicking on the overflow count badge displays a list with the not visible badges. ## Online demo