bs-react-slick

0.1.1 • Public • Published

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" />

Readme

Keywords

Package Sidebar

Install

npm i bs-react-slick

Weekly Downloads

25

Version

0.1.1

License

MIT

Unpacked Size

11.9 kB

Total Files

7

Last publish

Collaborators

  • jakubmarkiewicz