Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.2% on nuget.org
Top 3.1% downloads on nuget.org
Top 1.9% dependent repos on nuget.org
Top 3.0% forks on nuget.org

nuget.org : sharpnado.tabs

Pure Xamarin.Forms tabs: * Fixed tabs (android tabs style) * Scrollable tabs * Vertical tabs * Material design tabs (top and leading icon) * Support for SVG images * Segmented tabs * Custom shadows (neumorphism ready) * Badges on tabs * Circle button in tab bar * Bottom bar tabs (ios tabs style) * Custom tabs (be creative just implement TabItem) * Independent ViewSwitcher * Bindable with ItemsSource -------------- Installation -------------- * In Core project, in `App.xaml.cs`: public App() { InitializeComponent(); Sharpnado.Tabs.Initializer.Initialize(loggerEnable: false); ... } * In iOS project: Xamarin.Forms.Forms.Init(); Sharpnado.Tabs.iOS.Preserver.Preserve(); * In UWP project: var rendererAssemblies = new[] { typeof(UWPShadowsRenderer).GetTypeInfo().Assembly, typeof(UwpTintableImageEffect).GetTypeInfo().Assembly, }; Xamarin.Forms.Forms.Init(e, rendererAssemblies);

Registry - Homepage - JSON
purl: pkg:nuget/sharpnado.tabs
Keywords: xamarin.forms, android, ios, uwp, netstandard, tabs, segmented, control, bottombar, fixed, scrollable, badge, bottomtabs, maui, xamarin, xamarin-forms
License: MIT
Latest release: over 2 years ago
First release: over 3 years ago
Dependent repositories: 14
Downloads: 188,972 total
Stars: 442 on GitHub
Forks: 53 on GitHub
Total Commits: 57
Committers: 7
Average commits per author: 8.143
Development Distribution Score (DDS): 0.281
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 28 days ago

    Loading...
    Readme
    Loading...