Skip to content

Commit 950879d

Browse files
authored
Update Tabs documentation (#688)
1 parent ad51114 commit 950879d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/components_page/components/tabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can also use the `active_tab` prop of `Tabs` in a callback to switch between
1717

1818
## Tabs in cards
1919

20-
Use `card=True` when placing your `Tabs` inside a `CardHeader`. You must use a callback to insert the tab content into the card body rather than relying on the tabs as children approach outlined above.
20+
You can also place your `Tabs` inside a `CardHeader`. You must use a callback to insert the tab content into the card body rather than relying on the tabs as children approach outlined above.
2121

2222
{{example:components/tabs/card.py:card}}
2323

src/components/tabs/Tabs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const Tabs = props => {
4242
let {
4343
children,
4444
id,
45-
card,
4645
className,
4746
class_name,
4847
style,

0 commit comments

Comments
 (0)