1.8.2 • Published 5 years ago

react-slick-styles v1.8.2

Weekly downloads
16
License
MIT
Repository
github
Last release
5 years ago

react-slick-styles

npm npm

Styles for the react-slick carousel component

What is this?

This package is designed to supplement rect-slick with the css, less, and scss files from the original slick carousel. It includes both the base styles and theme styles.

Files

Base Styles:

  • slick/slick.css
  • slick/slick.less
  • slick/slick.scss

Theme Styles:

  • slick/slick-theme.css
  • slick/slick-theme.less
  • slick/slick-theme.scss

Sass Variables

VariableTypeDefaultDescription
\$slick-font-pathstring"./fonts/"Directory path for the slick icon font
\$slick-font-familystring"slick"Font-family for slick icon font
\$slick-loader-pathstring"./"Directory path for the loader image
\$slick-arrow-colorcolorwhiteColor of the left/right arrow icons
\$slick-dot-colorcolorblackColor of the navigation dots
\$slick-dot-color-activecolor\$slick-dot-colorColor of the active navigation dot
\$slick-prev-characterstring'\2190'Unicode character code for the previous arrow icon
\$slick-next-characterstring'\2192'Unicode character code for the next arrow icon
\$slick-dot-characterstring'\2022'Unicode character code for the navigation dot icon
\$slick-dot-sizepixels6pxSize of the navigation dots

License

Copyright (c) 2019 Ivo Ilić

Copyright (c) 2017 Ken Wheeler

Licensed under the MIT license.