Skip to content

Commit

Permalink
chore (refs T33323): remove props.
Browse files Browse the repository at this point in the history
- props not showing up as expected, because Storybook docs integration is broken.
  • Loading branch information
ahmad-demos committed Jul 4, 2023
1 parent 6fb4106 commit 59b2c5b
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/components/DpTabs/DpTabs.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,3 @@ The `DpTab` instances are then aligned horizontally, and each tab is associated
</dp-tab>
</dp-tabs>
```

## 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.
```

0 comments on commit 59b2c5b

Please sign in to comment.