🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react_carousel_comp_xujie

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react_carousel_comp_xujie

react carousel component

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
5
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Install

yarn add react_carousel_comp_xujie
npm i react_carousel_comp_xujie

demo

demo

Usage

 <Carousel>
    {
        images.map((image, index) => (
            <ChildComp key={index} image={image} />
        ))
    }
</Carousel>
属性 Property说明 Description类型 Type默认值 Default
perNum显示子元素的个数number4
autoPlay是否自动滚动booleanfalse
style样式object{width: '100%',height: '100%'}

FAQs

Package last updated on 06 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts