All Projects → bougarfaoui → ui-carousel

bougarfaoui / ui-carousel

Licence: MIT License
🎨 Angular carousel Component 🔥

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to ui-carousel

ngx-glide
Angular wrapper component of Glide carousel library
Stars: ✭ 22 (-73.81%)
Mutual labels:  carousel
ACarousel
A carousel view for SwiftUI | SwiftUI 旋转木马效果
Stars: ✭ 124 (+47.62%)
Mutual labels:  carousel
react-native-animated-carousel
🦄 A wonderful animated carsouel hooks component for React-Native
Stars: ✭ 16 (-80.95%)
Mutual labels:  carousel
scroll-snap-carousel
One more carousel plugin, but using CSS Scroll Snap and for every frameworks!
Stars: ✭ 46 (-45.24%)
Mutual labels:  carousel
vanilla-js-carousel
Tiny (1Kb gzipped) JavaScript carousel with all the features most of us will ever need.
Stars: ✭ 87 (+3.57%)
Mutual labels:  carousel
react-gallery-carousel
Mobile-friendly gallery carousel 🎠 with server side rendering, lazy loading, fullscreen, thumbnails, touch, mouse emulation, RTL, keyboard navigation and customisations.
Stars: ✭ 178 (+111.9%)
Mutual labels:  carousel
TravellingApp
Xamarin.Forms goodlooking UI sample using the new CarouselView.
Stars: ✭ 52 (-38.1%)
Mutual labels:  carousel
SJCenterFlowLayout
Carousel flow layout for UICollectionView on iOS.
Stars: ✭ 34 (-59.52%)
Mutual labels:  carousel
ui
JavaScript UI component library, includes the latest Fancybox
Stars: ✭ 222 (+164.29%)
Mutual labels:  carousel
react-native-imaged-carousel-card
Fully customizable & Lovely Imaged Carousel Card for React Native
Stars: ✭ 70 (-16.67%)
Mutual labels:  carousel
react-carousel-minimal
React.js Responsive Minimal Carousel
Stars: ✭ 76 (-9.52%)
Mutual labels:  carousel
react-flickity-component
A React.js component for using @desandro's Flickity
Stars: ✭ 258 (+207.14%)
Mutual labels:  carousel
nglp-angular-material-landing-page
NGLP is an Angular Material Landing Page.
Stars: ✭ 32 (-61.9%)
Mutual labels:  carousel
react-native-image-page
react-native image-carousel with zoom-pan gestures and full-screen support, work on both iOS and Android
Stars: ✭ 19 (-77.38%)
Mutual labels:  carousel
ngx-carousel
Angular Universal carousel is an lightweight , touchable and responsive library
Stars: ✭ 14 (-83.33%)
Mutual labels:  carousel
svelte-commerce
Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, Typescript, Open Source, MIT license. 1 command deploy to your own server, 1 click deploy to netlify.
Stars: ✭ 695 (+727.38%)
Mutual labels:  carousel
shopify-product-image-slider
Implementation of the Slick image carousel into a Shopify store
Stars: ✭ 21 (-75%)
Mutual labels:  carousel
react-native-carousel
React Native carousel
Stars: ✭ 35 (-58.33%)
Mutual labels:  carousel
ngx-image-gallery
Probably the best Angular 4+ modal and inline image gallery. Angular upgrade for ng-image-gallery.
Stars: ✭ 80 (-4.76%)
Mutual labels:  carousel
hugo-travelify-theme
Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -
Stars: ✭ 34 (-59.52%)
Mutual labels:  carousel

🌀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

Example :

    <ui-carousel [infinite]="true" [fade]="false" [speed]="200" >
        <ui-carousel-item *ngFor="let item of items">
            <img [ui-lazy-load]="item.img">
        </ui-carousel-item>
    </ui-carousel>

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 :

  <ui-carousel-item>
     <img [ui-lazy-load]="src">
  </ui-carousel-item>

Licence :

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].