Skip to content

Commit

Permalink
feat: add tabs to mdxprovider
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph committed May 30, 2019
1 parent df99d8a commit f94eede
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/gatsby-theme-carbon/src/components/MDXProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import FeatureCard from './FeatureCard';
import ImageCard from './ImageCard';
import { Row, Column, Grid } from './Grid';
import { AnchorLink, AnchorLinks } from './AnchorLinks';
import { Tab, Tabs } from './Tabs';

const components = {
wrapper: function Wrapper({ children, ...props }) {
Expand Down Expand Up @@ -43,6 +44,8 @@ const components = {
ImageCard,
AnchorLink,
AnchorLinks,
Tab,
Tabs
};

const MDXProvider = ({ children }) => (
Expand Down

0 comments on commit f94eede

Please sign in to comment.