@acorex/carousel 中文文档教程
ACoreX Carousel
使用 acorex-carousel
,您可以创建简单的幻灯片
Example html code
<ax-carousel duration="3000" [autoStart]="autoStart">
<ax-carousel-item>
<img src="http://placeimg.com/640/480/tech" />
</ax-carousel-item>
<ax-carousel-item>
<img src="http://placeimg.com/640/480/architecture" />
</ax-carousel-item>
<ax-carousel-item>
<img src="https://placeimg.com/640/480/arch" />
</ax-carousel-item>
</ax-carousel>
Properties
SmartyPants 将 ASCII 标点字符转换为“智能”排版标点符号 HTML 实体。 例如:
Property | Type | Default |
---|---|---|
firstIndex | number | 0 |
autoStart | boolean | true |
duration | number | 1000 |
infinitLoop | boolean | true |
rightArrow | string | fas fa-chevron-right |
leftArrow | string | fas fa-chevron-left |
dotColor | string | #000 |
showDots | boolean | true |
showArrows | boolean | false |
cssClass | string | null |
arrowClass | string | null |
ACoreX Carousel
Using acorex-carousel
you can create simple slides
Example html code
<ax-carousel duration="3000" [autoStart]="autoStart">
<ax-carousel-item>
<img src="http://placeimg.com/640/480/tech" />
</ax-carousel-item>
<ax-carousel-item>
<img src="http://placeimg.com/640/480/architecture" />
</ax-carousel-item>
<ax-carousel-item>
<img src="https://placeimg.com/640/480/arch" />
</ax-carousel-item>
</ax-carousel>
Properties
SmartyPants converts ASCII punctuation characters into "smart" typographic punctuation HTML entities. For example:
Property | Type | Default |
---|---|---|
firstIndex | number | 0 |
autoStart | boolean | true |
duration | number | 1000 |
infinitLoop | boolean | true |
rightArrow | string | fas fa-chevron-right |
leftArrow | string | fas fa-chevron-left |
dotColor | string | #000 |
showDots | boolean | true |
showArrows | boolean | false |
cssClass | string | null |
arrowClass | string | null |
更多
你可能也喜欢
- @0655-dev/template-dhall-package 中文文档教程
- @0x2e757/benchmark 中文文档教程
- @121watts/cypress-nextjs-auth0 中文文档教程
- @28stoneconsulting/openfin-ngrx 中文文档教程
- @8select/eightlytics-client 中文文档教程
- @_mon/contracts-helper 中文文档教程
- @a.abunada/expo-task-manager 中文文档教程
- @aamodtgroup/frontity-gravity-forms 中文文档教程
- @abacitech/kanban 中文文档教程
- @abdfnx/powershell 中文文档教程