mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(): update stencil
This commit is contained in:
@ -21,12 +21,12 @@ Licensed under MIT
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Attribute | Description | Type |
|
||||
| ----------- | ----------- | -------------------------------------------------------------------------------------------- | --------- |
|
||||
| `mode` | `mode` | The mode determines which platform styles to use. Possible values are: `"ios"` or `"md"`. | `Mode` |
|
||||
| `options` | -- | Options to pass to the swiper instance. See http://idangero.us/swiper/api/ for valid options | `any` |
|
||||
| `pager` | `pager` | If `true`, show the pagination. Defaults to `false`. | `boolean` |
|
||||
| `scrollbar` | `scrollbar` | If `true`, show the scrollbar. Defaults to `false`. | `boolean` |
|
||||
| Property | Attribute | Description | Type |
|
||||
| ----------- | ----------- | -------------------------------------------------------------------------------------------- | --------------- |
|
||||
| `mode` | `mode` | The mode determines which platform styles to use. Possible values are: `"ios"` or `"md"`. | `"ios" \| "md"` |
|
||||
| `options` | -- | Options to pass to the swiper instance. See http://idangero.us/swiper/api/ for valid options | `any` |
|
||||
| `pager` | `pager` | If `true`, show the pagination. Defaults to `false`. | `boolean` |
|
||||
| `scrollbar` | `scrollbar` | If `true`, show the scrollbar. Defaults to `false`. | `boolean` |
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
Reference in New Issue
Block a user