Gathering detailed insights and metrics for dw-neit-ant-design-react-slick
Gathering detailed insights and metrics for dw-neit-ant-design-react-slick
Gathering detailed insights and metrics for dw-neit-ant-design-react-slick
Gathering detailed insights and metrics for dw-neit-ant-design-react-slick
npm install dw-neit-ant-design-react-slick
Typescript
Module System
Node Version
NPM Version
73.9
Supply Chain
98
Quality
75.3
Maintenance
100
Vulnerability
100
License
Total Downloads
317
Last Day
1
Last Week
4
Last Month
19
Last Year
317
Minified
Minified + Gzipped
Latest Version
1.1.2
Package Id
dw-neit-ant-design-react-slick@1.1.2
Unpacked Size
584.69 kB
Size
103.95 kB
File Count
24
NPM Version
10.8.1
Node Version
20.16.0
Publised On
19 Aug 2024
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
-32.1%
19
Compared to previous month
Last year
0%
317
Compared to previous year
1
48
npm
1npm install dw-neit-ant-design-react-slick --save
yarn
1yarn add dw-neit-ant-design-react-slick
Also install slick-carousel for css and font
1npm install slick-carousel 2 3// Import css files 4import "slick-carousel/slick/slick.css"; 5import "slick-carousel/slick/slick-theme.css";
or add cdn link in your html
1<link 2 rel="stylesheet" 3 type="text/css" 4 charset="UTF-8" 5 href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" 6/> 7<link 8 rel="stylesheet" 9 type="text/css" 10 href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css" 11/>
1import React from "react"; 2import Slider from "dw-neit-ant-design-react-slick"; 3 4export default function SimpleSlider() { 5 var settings = { 6 dots: true, 7 infinite: true, 8 speed: 500, 9 slidesToShow: 1, 10 slidesToScroll: 1 11 }; 12 return ( 13 <Slider {...settings}> 14 <div> 15 <h3>1</h3> 16 </div> 17 <div> 18 <h3>2</h3> 19 </div> 20 <div> 21 <h3>3</h3> 22 </div> 23 <div> 24 <h3>4</h3> 25 </div> 26 <div> 27 <h3>5</h3> 28 </div> 29 <div> 30 <h3>6</h3> 31 </div> 32 </Slider> 33 ); 34}
For all available props, go here.
For all available methods, go here
Want to run demos locally
1git clone https://github.com/ant-design/react-slick 2cd react-slick 3npm install 4npm start 5open http://localhost:8080
Join our discord channel to discuss react-slick bugs and ask for help
Please see the contributing guidelines
No vulnerabilities found.
No security vulnerabilities found.