# 轮播图组件 **Repository Path**: yanhsama/carousel_map_component ## Basic Information - **Project Name**: 轮播图组件 - **Description**: 轮播图 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-23 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 轮播图组件 #### 介绍 轮播图 #### 使用 ``` createBannerArea(Odiv,imgs); ``` #### 局部实现 图片区域 ```js function initImgs(){ imgArea.style.width="100%"; imgArea.style.height="100%"; imgArea.style.display="flex"; for(let i=0;ioptions.length-2){ curIndex=0; setStatus() }else{ curIndex++ setStatus() } }) } ```