Appearance
This component can be used for mobile and tablet navigation.
interface TabbarRoute { label: string; iconSelected: string; iconUnselected: string; to: RouteLocationRaw; }