-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
cbed923
commit 66f0a4b
Showing
17 changed files
with
192 additions
and
307 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
13 changes: 1 addition & 12 deletions
13
docs/src/pages/premium-themes/instapaper/components/molecules/Tab.js
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,14 +1,3 @@ | ||
import React from 'react'; | ||
import clsx from 'clsx'; | ||
import MuiTab from '@material-ui/core/Tab'; | ||
import { TAB } from '../../theme/core'; | ||
|
||
const Tab = ({ className, inverted, ...props }) => ( | ||
<MuiTab | ||
className={clsx(TAB.root, className)} | ||
classes={{ label: TAB.label, selected: TAB.selected }} | ||
{...props} | ||
/> | ||
); | ||
|
||
export default Tab; | ||
export default MuiTab; |
13 changes: 1 addition & 12 deletions
13
docs/src/pages/premium-themes/instapaper/components/molecules/Tabs.js
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,14 +1,3 @@ | ||
import React from 'react'; | ||
import clsx from 'clsx'; | ||
import MuiTabs from '@material-ui/core/Tabs'; | ||
import { TABS } from '../../theme/core'; | ||
|
||
const Tabs = ({ className, inverted, ...props }) => ( | ||
<MuiTabs | ||
className={clsx(TABS.root, className, inverted && TABS.inverted)} | ||
classes={{ indicator: TABS.indicator }} | ||
{...props} | ||
/> | ||
); | ||
|
||
export default Tabs; | ||
export default MuiTabs; |
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
13 changes: 1 addition & 12 deletions
13
docs/src/pages/premium-themes/tweeper/components/molecules/Tabs.js
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,14 +1,3 @@ | ||
import React from 'react'; | ||
import clsx from 'clsx'; | ||
import MuiTabs from '@material-ui/core/Tabs'; | ||
import { TABS } from '../../theme/core'; | ||
|
||
const Tabs = ({ className, underline, inverted, ...props }) => ( | ||
<MuiTabs | ||
className={clsx(TABS.root, className, inverted && TABS.inverted, underline && TABS.underline)} | ||
classes={{ indicator: TABS.indicator }} | ||
{...props} | ||
/> | ||
); | ||
|
||
export default Tabs; | ||
export default MuiTabs; |
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
Oops, something went wrong.