From 59b2c5bed951c294cf74dc3000a75077ceaeb6ba Mon Sep 17 00:00:00 2001 From: Ahmad Alahrashi Date: Tue, 4 Jul 2023 10:53:56 +0200 Subject: [PATCH] chore (refs T33323): remove props. - props not showing up as expected, because Storybook docs integration is broken. --- src/components/DpTabs/DpTabs.stories.mdx | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/components/DpTabs/DpTabs.stories.mdx b/src/components/DpTabs/DpTabs.stories.mdx index a82b524f6..62581e51c 100644 --- a/src/components/DpTabs/DpTabs.stories.mdx +++ b/src/components/DpTabs/DpTabs.stories.mdx @@ -37,25 +37,3 @@ The `DpTab` instances are then aligned horizontally, and each tab is associated ``` - -## DpTabs Props: - -``` -- activeId: is a String type, belongs to data. - -- tabSize: `medium` or `large`, default is `large` - -- useUrlFragment: Active tab state may be persisted via an Url fragment. - Also, ab clicks are pushed to the browser history to enable state change when browser navigation is used. -``` - -## DpTab Props: - -``` -- id: Tab ID. - -- label: The label is passed to the DpTab child component, but then it is used in the parent component DpTabs. - -- suffix: A html string may be passed here which is appended to the tab label. -``` -