From b6280863bb474f9d52fdc1f3f26dd5e0507254df Mon Sep 17 00:00:00 2001 From: Egor Date: Fri, 13 Dec 2024 11:14:29 +0100 Subject: [PATCH 1/6] feat(Tabs): allow string for TabItem counter value (#1989) --- src/components/Tabs/README.md | 2 +- src/components/Tabs/TabsItem.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Tabs/README.md b/src/components/Tabs/README.md index d0d7afc319..fcca68a52b 100644 --- a/src/components/Tabs/README.md +++ b/src/components/Tabs/README.md @@ -297,7 +297,7 @@ LANDING_BLOCK--> | meta | Tab description | `string` | | | hint | HTML title attribute | `string` | | | icon | Icon displayed at the start | `React.ReactNode` | | -| counter | Number displayed at the end | `React.ReactNode` | | +| counter | Number displayed at the end | `number` `string` | | | label | `