MobileNavBar
import { MobileNavBar } from '@lobehub/ui/mobile';
import { MobileNavBar } from '@lobehub/ui/mobile';
Name | Description | Type | Default |
---|---|---|---|
center | -- | ReactNode | -- |
className | -- | string | -- |
classNames | -- | {center?:string;left?:string;right?:string} | -- |
contentStyles | -- | {center?:object;left?:object;right?:object} | -- |
gap | -- | {center?:number;left?:number;right?:number} | -- |
left | -- | ReactNode | -- |
onBackClick | -- | ()=>void | -- |
right | -- | ReactNode | -- |
safeArea | -- | boolean | -- |
showBackButton | -- | boolean | -- |
style | -- | {} | -- |