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
|`grid`| Object | Yes |**xs** - mobile, **sm** - tablet, **md** - desktop, **lg** - large desktops, **xl** - extra large desktops, **all** - fixed width (When you use **all** make others 0 and vice versa) |
258
-
|`gridBreakpoints`| Object | optional | Determines the browser width in pixels that the grid displays the intended number of tiles.<br/><br/> default: `{sm: 768, md: 992, lg: 1200, xl: 1200}`|
259
-
|`slide`| number | optional | It is used to slide the number items on click |
260
-
|`speed`| milliseconds | optional | It is used for time taken to slide the number items |
261
-
|`interval`| milliseconds | optional | It is used to make the carousel auto slide with given value. interval defines the interval between slides |
262
-
|`load`| number | optional | It is used to load the items similar to pagination. The carousel will trigger the carouselLoad function to load another set of items. It will help you to improve the performance of the app.**`(carouselLoad)="myfunc($event)"`**|
263
-
|`point.visible`| boolean | optional | It is used to indicate no. of slides and also shows the current active slide. |
264
-
|`point.hideOnSingleSlide`| boolean | optional | It is used to hide the point indicator when slide is less than one. |
265
-
|`touch`| boolean | optional | It is used to active touch support to the carousel. |
266
-
|`easing`| string | optional | It is used to define the easing style of the carousel. Only define the ease name without any timing like `ease`,`ease-in`|
267
-
|`loop`| boolean | optional | It is used to loop the `ngu-item ngu-tile`. It must be true for `interval`|
268
-
|`animation`| string | optional | It is used to animate the sliding items. currently it only supports `lazy`. more coming soon and also with custom CSS animation option |
269
-
|`custom`| string | optional | It is you to define the purpose of the carousel. Currently, it only supports `banner`. |
270
-
|`RTL`| boolean | optional | This option enables the `rtl` direction and acts as rtl. By default it is set to `ltr`|
271
-
|`vertical.enabled`| boolean | optional | This option enable the `vertical` direction |
272
-
|`vertical.height`| number | optional | This option is used to set the height of the carousel |
|`grid`| Object | Yes |**xs** - mobile, **sm** - tablet, **md** - desktop, **lg** - large desktops, **xl** - extra large desktops, **all** - fixed width (When you use **all** make others 0 and vice versa)|
261
+
|`gridBreakpoints`| Object | optional | Determines the browser width in pixels that the grid displays the intended number of tiles.<br/><br/> default: `{sm: 768, md: 992, lg: 1200, xl: 1200}`|
262
+
|`slide`| number | optional | It is used to slide the number items on click|
263
+
|`speed`| milliseconds | optional | It is used for time taken to slide the number items |
264
+
|`interval`| milliseconds | optional | It is used to make the carousel auto slide with given value. interval defines the interval between slides |
265
+
|`load`| number | optional | It is used to load the items similar to pagination. The carousel will trigger the carouselLoad function to load another set of items. It will help you to improve the performance of the app.**`(carouselLoad)="myfunc($event)"`**|
266
+
|`point.visible`| boolean | optional | It is used to indicate no. of slides and also shows the current active slide.|
267
+
|`point.hideOnSingleSlide`| boolean | optional | It is used to hide the point indicator when slide is less than one.|
268
+
|`touch`| boolean | optional | It is used to active touch support to the carousel.|
269
+
|`easing`| string | optional | It is used to define the easing style of the carousel. Only define the ease name without any timing like `ease`,`ease-in`|
270
+
|`loop`| boolean | optional | It is used to loop the `ngu-item ngu-tile`. It must be true for `interval`|
271
+
|`animation`| string | optional | It is used to animate the sliding items. currently it only supports `lazy`. more coming soon and also with custom CSS animation option|
272
+
|`custom`| string | optional | It is you to define the purpose of the carousel. Currently, it only supports `banner`.|
273
+
|`RTL`| boolean | optional | This option enables the `rtl` direction and acts as rtl. By default it is set to `ltr`|
274
+
|`vertical.enabled`| boolean | optional | This option enable the `vertical` direction|
275
+
|`vertical.height`| number | optional | This option is used to set the height of the carousel |
0 commit comments