From c083a0a2894c73f94eecb9e0dfc39b05211f6ba6 Mon Sep 17 00:00:00 2001 From: Egor Kliuchantsev Date: Thu, 12 Dec 2024 17:16:27 +0100 Subject: [PATCH 1/2] feat(Tabs): allow string for TabItem counter value --- src/components/Tabs/README.md | 20 ++++++++++---------- src/components/Tabs/TabsItem.tsx | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/Tabs/README.md b/src/components/Tabs/README.md index d0d7afc319..6e2372760e 100644 --- a/src/components/Tabs/README.md +++ b/src/components/Tabs/README.md @@ -290,16 +290,16 @@ LANDING_BLOCK--> ### Tabs.Item properties -| Name | Description | Type | Default | -| :------- | ------------------------------ | :------------------------: | :-----: | -| id | Tab ID | `string` | | -| title | Tab title | `string` `React.ReactNode` | | -| 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` | | -| label | `