-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf0d06b
commit 0e6d12c
Showing
5 changed files
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
docs/data/base/components/tabs/UnstyledTabsCustomized.tsx.preview
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<TabsUnstyled defaultValue={0}> | ||
<TabsList> | ||
<Tab value={2}>One</Tab> | ||
<Tab>One</Tab> | ||
<Tab>Two</Tab> | ||
<Tab>Three</Tab> | ||
</TabsList> | ||
<TabPanel value={2}>First content</TabPanel> | ||
<TabPanel value={1}>Second content</TabPanel> | ||
<TabPanel value={2}>Third content</TabPanel> | ||
<TabPanel value={0}>First page</TabPanel> | ||
<TabPanel value={1}>Second page</TabPanel> | ||
<TabPanel value={2}>Third page</TabPanel> | ||
</TabsUnstyled> |