An open API service indexing awesome lists of open source software.

https://github.com/bougarfaoui/ui-carousel

🎨 Angular carousel Component 🔥
https://github.com/bougarfaoui/ui-carousel

angular carousel typescript

Last synced: 6 months ago
JSON representation

🎨 Angular carousel Component 🔥

Awesome Lists containing this project

README

          

# 🌀ui-carousel

✨ Carousel component for angular 4 and 5

## 💥 Features :
- 👌 Supports touch events
- ⚡️ Image lazy loading
- 😈 No third party library
- 😎 Easy to use API
## Install
``` npm install ui-carousel --save ```

## Demo :

## [Demo](https://bougarfaoui.github.io/ui-carousel/)

## Example :
```html





```
## API

### Inputs

Inputs | Type | Description
---------------- | --------------- | -----------
`infinite` | `boolean` | Infinite carousel
`arrows` | `boolean` | Show/hide Arrows
`dots` | `boolean` | Show/hide Dots
`speed` | `number` | Speed (in milliseconds)
`fade` | `bool` | Enable fade mode
`height` | `string` | Height of the carousel (in px or %)
`width` | `string` | Width of the carousel (in px or %)

### Directives :

```[ui-lazy-load]``` : used to lazy load images in the carousel :
```html



```

### Licence :

MIT