Skip to content

Commit

Permalink
fix(cards-storybook): load slick carousel css for arrow and paginatio…
Browse files Browse the repository at this point in the history
…n styles
  • Loading branch information
ichim-david committed Nov 17, 2022
1 parent d4e4542 commit 1159b1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/Card/Card.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import React from 'react';
import { Card, Image, Grid, Container, Icon, Button } from 'semantic-ui-react';
import Slider from 'react-slick';

import 'slick-carousel/slick/slick.css';
import 'slick-carousel/slick/slick-theme.css';

const tabletBreakpoint = 835;
const mobileBreakpoint = 480;

Expand Down

0 comments on commit 1159b1b

Please sign in to comment.