0.0.23 • Published 2 years ago

carousel-q v0.0.23

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Vue 3 + Typescript + Vite

This template should help get you started developing with Vue 3 and Typescript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

Type Support For .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's .vue type support plugin by running Volar: Switch TS Plugin on/off from VSCode command palette.

使用

先引入
import { Carousel, CarouselItem } from 'carousel-q'
import 'carousel-q/dist/style.css'
<Carousel :options='options'>
  <CarouselItem>
    <div style="width:100%;height:100px;background-color: aqua;"></div>
  </CarouselItem>
</Carousel>

默认参数

options: { "duration": 2000, 'autoPlay': true, "type": 'row', "indicator": true, "moveTime": 1000, 'flip': true, }

duration 延时 autoPlay 是否自动轮播 type 类型 (row 纵向 column 竖向) indicator 指示器 moveTime 手动滑动延时 flip 翻页器

插槽

indicator 指示器 indicator 方法 参数当前页码

flip 翻页 PageUp 上一页 (返回当前页 ) PageDown 下一页(返回当前页 )

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago