Skip to content

Commit

Permalink
gt - Export Carousel components
Browse files Browse the repository at this point in the history
From reactstrarp
  • Loading branch information
gthomas-appfolio committed Sep 27, 2018
1 parent 32ab577 commit 3a91593
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/components/Carousel.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Carousel from 'reactstrap/lib/Carousel';

export default Carousel;
3 changes: 3 additions & 0 deletions src/components/CarouselCaption.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import CarouselCaption from 'reactstrap/lib/CarouselCaption';

export default CarouselCaption;
3 changes: 3 additions & 0 deletions src/components/CarouselControl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import CarouselControl from 'reactstrap/lib/CarouselControl';

export default CarouselControl;
3 changes: 3 additions & 0 deletions src/components/CarouselIndicators.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import CarouselIndicators from 'reactstrap/lib/CarouselIndicators';

export default CarouselIndicators;
3 changes: 3 additions & 0 deletions src/components/CarouselItem.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import CarouselItem from 'reactstrap/lib/CarouselItem';

export default CarouselItem;
10 changes: 10 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ import CardLink from './components/CardLink';
import CardSubtitle from './components/CardSubtitle';
import CardText from './components/CardText';
import CardTitle from './components/CardTitle';
import Carousel from './components/Carousel';
import CarouselCaption from './components/CarouselCaption';
import CarouselControl from './components/CarouselControl';
import CarouselIndicators from './components/CarouselIndicators';
import CarouselItem from './components/CarouselItem';
import Col from './components/Col';
import Collapse from './components/Collapse';
import Container from './components/Container';
Expand Down Expand Up @@ -156,6 +161,11 @@ export {
CardSubtitle,
CardText,
CardTitle,
Carousel,
CarouselCaption,
CarouselControl,
CarouselIndicators,
CarouselItem,
Col,
Collapse,
Container,
Expand Down

0 comments on commit 3a91593

Please sign in to comment.