bs-react-slick
v0.1.1
Published
This is [Bucklescript](https://bucklescript.github.io/) bindings for [react-slick](https://github.com/akiran/react-slick).
Downloads
9
Readme
bs-react-slick
This is Bucklescript bindings for react-slick.
Install
yarn add bs-react-slick
Setup
Add reason-transition-group to bs-depenencies
in your bsconfig.json
!
{
/* ... */
"bs-dependencies": [
"bs-react-slick"
],
/* ... */
}
Add cdn to html
<link rel="stylesheet" type="text/css" charset="UTF-8" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css" />