Sharpnado.Tabs 2.2.0
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);
No packages depend on Sharpnado.Tabs.
Add MaterialUnderlinedTabItem a complete implementation of the material design tabs, including top icon and leading icon.
Add SVG image support
.NET Standard 2.0
- Xamarin.Forms (>= 5.0.0.1874)
- Sharpnado.Shadows (>= 1.2.0)
- Sharpnado.TaskMonitor (>= 1.0.2)
UAP 10.0.16299
- CompositionProToolkit (>= 1.0.1)
- Sharpnado.Shadows (>= 1.2.0)
- Sharpnado.TaskMonitor (>= 1.0.2)
- Xamarin.Forms (>= 5.0.0.1874)
MonoAndroid 1.0
- Sharpnado.TaskMonitor (>= 1.0.2)
- Sharpnado.Shadows (>= 1.2.0)
- Xamarin.Forms (>= 5.0.0.1874)
Xamarin.iOS 1.0
- Sharpnado.Shadows (>= 1.2.0)
- Sharpnado.TaskMonitor (>= 1.0.2)
- Xamarin.Forms (>= 5.0.0.1874)
| Version | Downloads | Last updated |
|---|---|---|
| 2.2.0 | 9 | 11/21/2023 |