Releases: roubachof/Sharpnado.Tabs
Releases · roubachof/Sharpnado.Tabs
Fix for styling Tabs
Delayed/Loading views custom loading view
Tabs target .net8 / .net9 ready
Fixes bad iOS arch, add net6 target
Sharpnado.Tabs for MAUI
New nuget package Sharpnado.Tabs.Maui
adding the new DelayedView
feature
Material Tabs and Geometry (SVG) icon
Contributor: @mkanyo (Miklos Kanyo)
Since version 2.2, a new type of tab has been introduced: the MaterialUnderlinedTabItem
.
It's a full implementation of the material tabs specifications:
https://material.io/components/tabs
IconOptions
values:
- TopIcon
- IconOnly
- LeadingIcon
- TextOnly
You can also set precisely the gap between the icon and the text thanks to the IconTextSpacing
.
Instead of using a classic Image
you can also set a svg Geometry
icon thanks to the GeometryIcon
property.
If you chose to go down this road you can also set the following properties:
public bool Fill
public double StrokeThickness
public double IconTextSpacing
Vertical Tabs !
Fix SegmentedTabItem spacing
Fix for issue problem with SegmentedTabItem
#7.