react轮播图组件react-slider-light
首先说一下,如果大家喜欢可直接收藏我这个项目的github地址。https://github.com/951565664/... 因为有可能github上版本更新了,但是这边就不更新了。如果有什么问题,可以随时问,建议不要QQ或者私信,直接上github提issues,能把问题记录下来,方便其他人查找。 react-slider-lighta lightweight Slider component built with react. Table of Contents
Features
DemosDemos and codes 演示和代码 Getting StartedInstallImportant: be sure that you have installed react. 重要提醒:请确保先安装了 react. # Install $ npm install react-slider-light Useimport React,{ Component } from 'react'; import Slider from 'react-slider-light'; export default class Wrapper extends Component { render(){ return <Slider> <div>page1</div> <div>page2</div> </Slider > } } DevelopmentWant to run demos locally 本地启动演示 git clone https://github.com/951565664/react-slider-light.git cd react-slick npm install npm start open http://localhost:8080 more example 更多例子 Props
Filing issuesPlease replicate your issue with CodeSandbox template and post it along with issue to make it easy for me to debug. Change Log1.0.1
2.0.3
3.0.1
3.1.0
FAQWill be updated regularly? 是否会经常更新Of course,at least 4 hours a week will be taken out for maintenance and development Does it support IE8?是否支持 IE 8No. 想多了老铁 NextAdd some basic function.增加一些基本功能
Want more?
LicenseMIT (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |