mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
@ -244,6 +244,17 @@ dates in JavaScript.
|
||||
| `open` | |
|
||||
|
||||
|
||||
## CSS Custom Properties
|
||||
|
||||
| Name | Description |
|
||||
| --------------------- | --------------------------------- |
|
||||
| `--padding-bottom` | Padding bottom of the datetime |
|
||||
| `--padding-end` | Padding end of the datetime |
|
||||
| `--padding-start` | Padding start of the datetime |
|
||||
| `--padding-top` | Padding top of the datetime |
|
||||
| `--placeholder-color` | Color of the datetime placeholder |
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
*Built with [StencilJS](https://stenciljs.com/)*
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { Autoplay, Pagination, Scrollbar, Swiper } from 'swiper/dist/js/swiper.esm';
|
||||
import { Autoplay, Pagination, Scrollbar, Swiper, Zoom } from 'swiper/dist/js/swiper.esm';
|
||||
|
||||
Swiper.use([Pagination, Scrollbar, Autoplay]);
|
||||
Swiper.use([Pagination, Scrollbar, Autoplay, Zoom]);
|
||||
export { Swiper };
|
||||
|
||||
Reference in New Issue
Block a user