Simal UI
Components

Toolbar

The bottom action bar.

It pads itself by the safe-area inset, so on a device it sits above the home indicator.

WEB APPROXIMATION — on iOS the background is an expo-blur layer over the content behind it. Storybook has nothing behind it to blur.

Import

import { Toolbar } from '@simal/ui/nativewindui';

Props

PropValuesDefaultDescription
leftViewLeading slot. Toolbar lays out left/hint/right and nothing else — it does not style what you put in.
rightViewTrailing slot, where the primary action belongs.
iosHintCentred hint text on iOS. Android has no equivalent slot and drops it.

Examples

With Hint

Text Actions

On this page