You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2023. It is now read-only.
To customize responsiveness, I recommend defining your desired breakpoints and passing a settings object with your modification options inside **options**.
180
180
181
-
### Example
181
+
####Example
182
182
183
183
```vue
184
184
<agile :options="myOptions">...</agile>
@@ -218,7 +218,7 @@ How does it work? Mobile first mode is used by default. It means, that `navButto
218
218
219
219
From version `1.0` the component use slots for custom navigation buttons. It means you can put inside whatever you want – any HTML with text, image, icon etc.
220
220
221
-
### Example
221
+
####Example
222
222
223
223
```vue
224
224
<agile>
@@ -233,7 +233,7 @@ From version `1.0` the component use slots for custom navigation buttons. It mea
233
233
234
234
This option is useful for example for creating a photo gallery with two related slider – one big with only one slide in view and second for navigation with thumbnails.
235
235
236
-
### Example
236
+
####Example
237
237
238
238
```vue
239
239
<agile ref="main" :fade="true">...</agile>
@@ -249,7 +249,7 @@ If you have slides being dynamically loaded, use `v-if` to show the carousel aft
249
249
250
250
It is also possible to use `v-show`, but you have to use the `reload()` method.
0 commit comments