This library provides XAML layout controls. It is a part of the Windows Community Toolkit. Controls: - BladeView: Provides a horizontal collection of blades for drilling into detailed scenarios. - Carousel: Presents items in a carousel control. - Expander: Expander allows user to show/hide content based on a boolean state. - GridSplitter: A the control that redistributes space between columns or rows of a Grid control. - HeaderedContentControl: Provides a header to content. - HeaderedItemsControl: Provides a header to items. - LayoutTransformControl: Support for transformations as if applied by LayoutTransform. - ListDetailsView: Implements the List/Details design pattern. - OrbitView: Positions items in a circle around a center element and supports orbits and anchors.
Create Horizontal and Vertical carousels, add page indicators, navigation arrows and much more. “How to” at Github repository.
A simple, highly customisable, data-driven 3D carousel for iOS.
Create Horizontal and Vertical carousels, add page indicators, navigation arrows and much more. “How to” at Github repository.
This library provides XAML layout controls. It is a part of the Windows Community Toolkit. Controls: - BladeView: Provides a horizontal collection of blades for drilling into detailed scenarios. - Carousel: Presents items in a carousel control. - Expander: Expander allows user to show/hide content based on a boolean state. - GridSplitter: A the control that redistributes space between columns or rows of a Grid control. - HeaderedContentControl: Provides a header to content. - HeaderedItemsControl: Provides a header to items. - LayoutTransformControl: Support for transformations as if applied by LayoutTransform. - ListDetailsView: Implements the List/Details design pattern. - OrbitView: Positions items in a circle around a center element and supports orbits and anchors.
NCarousel Module (Web) / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
NCarousel Module / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.
Collection of Xamarin.Forms components. IMPORTANT: On platform projects, call SharpnadoInitializer.Initialize() after Xamarin.Forms.Forms.Init() and before LoadApplication(new App()). Pure Xamarin.Forms tabs: * Fixed tabs (android tabs style) * Scrollable tabs * Segmented tabs * Custom shadows (neumorphism ready) * Circle button in tab bar * Bottom bar tabs (ios tabs style) * Custom tabs (be creative just implement TabItem) * Independent ViewSwitcher Sharpnado.Shadows: * Add as many custom shadows as you like to any view (Android, iOS, UWP) * You can specify each shadow Color, Opacity, BlurRadius, and Offset * Simply implement Neumorphism * You can add one shadow, 3 shadows, 99 shadows, to any Xamarin.Forms element * Animate any of these property and make the shadows dance around your elements MaterialFrame: * AcrylicBlur mode * 3 Blur styles: Light, ExtraLight, Dark (UIVisualEffectView styles) * Acrylic mode * Dark mode * Light mode * Change modes dynamically * Performance (CALayer on ios, LayerDrawable on android) * Android: RealtimeBlurView from Tu Yimin (mmin18) The TaskLoaderView 2.0 handles all your task loading states: * Handles error with custom messages and icons * Handles empty states * Show snackbar errors for refresh scenarios (if data is already shown) * Handles retry with button * Support Xamarin.Forms.Skeleton * Can override any state views with your own custom ones HorizontalListView for Xamarin.Forms (close to a CollectionView): * Carousel layout * Column count * Snapping on first or middle element * Padding and item spacing * Handles NotifyCollectionChangedAction Add Remove and Reset actions * View recycling * RecyclerView on Android * UICollectionView on iOS Grid ListView (HorizontalListView with ListLayout set to Grid): * Column count * Drag And Drop * RefreshView support * Padding and item spacing * Handles NotifyCollectionChangedAction Add Remove and Reset actions * View recycling
Create Horizontal and Vertical carousels, add page indicators, navigation arrows and much more. “How to” at Github repository.
A casual view that has several common type. Supports Android and iOS
Touch enabled jQuery plugin that lets you create beautiful responsive carousel slider. NOTE: This package is maintained on behalf of the library owners by Geta's Community Packages project at https://github.com/Geta/NuGet-Community-Packages
Reusable Carousel Component for QuickBooksCart.
- auf dem Modernizr wird nur der Test für touch benötigt, hier kann man also auch seine eigene Version erstellen und nutzen. - Auf einem Gerät was Touch verwendet, kann einfach per swipeleft oder swiperight auf dem Slider selbst zur nächsten Folie gewechselt werden - Einfach alle js und css Dateien im Projekt einbinden. Wie der Slider aufgebaut werden muss im HTML Gerüst ist in der jquery.carousel.slider.squadwuschel.1.x.x.js Datei erläutert.
Create Horizontal and Vertical carousels, add page indicators, navigation arrows and much more. “How to” at Github repository.
A clean and simple jQuery carousel plugin, supporting responsive design and touch navigation, etc. Visit the GitHub page for information about installation and configuration. If you have questions, find bugs or have suggestions, feel free to post an issue on the GitHub project page, and I'll reply as soon as possible.
Reusable Component for Showing Products in a Carousel in QuickBooksCart.
Create Horizontal and Vertical carousels, add page indicators, navigation arrows and much more. “How to” at Github repository. Forked From Alex Rainman and added the ability to set Arrow Height and Width
This library provides XAML layout controls. It is a part of the Windows Community Toolkit. Controls: - BladeView: Provides a horizontal collection of blades for drilling into detailed scenarios. - Carousel: Presents items in a carousel control. - Expander: Expander allows user to show/hide content based on a boolean state. - GridSplitter: A the control that redistributes space between columns or rows of a Grid control. - HeaderedContentControl: Provides a header to content. - HeaderedItemsControl: Provides a header to items. - LayoutTransformControl: Support for transformations as if applied by LayoutTransform. - ListDetailsView: Implements the List/Details design pattern. - OrbitView: Positions items in a circle around a center element and supports orbits and anchors.
This package provides the functionality to utilize the features of Syncfusion® Xamarin Carousel control and more.
Blazor Slick CarouselIt is a responsive carousel component to Blazor Wasm and Blazor Server aplications.
Sitefinty module 'Slider/Carousel' with Headline, Subheadline, Image, and Page fields. Uses out of the box Sitefinity bootstrap 4 carousel.
Create Horizontal and Vertical carousels, add page indicators, navigation arrows and much more. “How to” at Github repository.
Файлы библиотек для создания бандлов при помощи AXP.Web.Optimization. Библиотеки: animate, appear, bootstrap, font-awesome, font-segoe-ui, isotope, jquery, li-landing, magnific-popup, modernizr, normalize, owl-carousel, parallax, scrollTo, tether, unobtrusive-ajax, validate, wow.
This package provides the functionality to utilize the features of Syncfusion® UWP Carousel control and more.
This package provides the functionality to utilize the features of Syncfusion® Xamarin.Android Carousell control and more.
This package provides the functionality to utilize the features of Syncfusion® Xamarin.iOS Carousel control and more.
* Horizontal, Grid, Carousel or Vertical layout * Reveal custom animations * Drag and Drop feature * Column count * Infinite loading with Paginator component * Snapping on first or middle element * Padding and item spacing * Handles NotifyCollectionChangedAction Add, Remove and Reset actions * View recycling * RecyclerView on Android * UICollectionView on iOS Initialization: * On core project call Sharpnado.HorizontalListView.Initializer.Initialize(true, false) in App.xaml.cs after InitializeComponent(). * On platform projects (ios/android), call SharpnadoInitializer.Initialize() before Xamarin.Forms.Forms.Init() and LoadApplication(new App()). Warning: the MaterialFrame is no longer included in the package, you have to install it manually: Sharpnado.MaterialFrame.
* Horizontal, Grid, Carousel or Vertical layout * Header, Footer and GroupHeader * Reveal custom animations * Drag and Drop * Column count * Infinite loading with Paginator component * Snapping on first or middle element * Padding and item spacing * Handles NotifyCollectionChangedAction Add, Remove and Reset actions * View recycling * RecyclerView on Android * UICollectionView on iOS Initialization: * On core project call Sharpnado.CollectionView.Initializer.Initialize(true, false) in App.xaml.cs after InitializeComponent(). * On platform projects (ios/android), call Initializer.Initialize() before Xamarin.Forms.Forms.Init() and LoadApplication(new App()).
TypeScript Definitions (d.ts) for slick-carousel. Generated based off the DefinitelyTyped repository [git commit: b8ce9ae1af592fba2040cac0854b2a186ebfa534]. http://github.com/DefinitelyTyped
TypeScript Definitions (d.ts) for owlcarousel. Generated based off the DefinitelyTyped repository [git commit: b14601af3fb2ad72d5048e94188a569a1838fb9c]. http://github.com/DefinitelyTyped
TypeScript Definitions (d.ts) for jquery.tinycarousel. Generated based off the DefinitelyTyped repository [git commit: b14601af3fb2ad72d5048e94188a569a1838fb9c]. http://github.com/DefinitelyTyped
Provides a multitude of essential UI components for Crosslight development including Calendar, Map, Carousel, Signature Pad, and much more. Supports iOS and Android platforms.
This package provides the functionality to utilize the features of Syncfusion® WPF BusyIndicator, Button, Split Button, Calendar, Carousel, Chromeless Window, Color Picker, Color Picker Palette, ComboBox, Date-time edit, Double TextBox, Integer TextBox, Percent TextBox, Currency TextBox, Masked TextBox, Menu, Spell checker, Tile View, Time span edit, ToolBar, and Up-down.
iCarousel is designed to simplify the implementation of various types of carousel (paged, scrolling views) on iPhone and iPad.
This package provides the functionality to utilize the features of Syncfusion® WinForms Autocomplete, Carousel, Menu, Multicolumn ComboBox, Color Picker, Docking Manager, Hub Tile, Navigation Drawer, Navigation View, Radial Menu, Radial Slider, Range Slider, Rating, Ribbon, Spell Checker, Split Container, Status Bar, Tab Control, Tile Layout, Tree Navigator, TreeView, Wizard, Tabbed Form, Image streamer, Context menu strip, Trackbar, and Status strip.
jCarousel Lite is a jQuery plugin that carries you on a carousel ride filled with images and HTML content. Put simply, you can navigate images and/or HTML in a carousel-style widget. It is super light weight, at about 2 KB in size, yet very flexible and customizable to fit most of our needs.
Installs the assemblies required for InfragisticsWPF.dll
ASP.NET MVC5 package for https://github.com/jsor/jcarousel