Skip to main content

Module: BottomNavigation

Type Aliases

BottomNavigationProps

Ƭ BottomNavigationProps: MuiBottomNavigationProps

Defined in

packages/react-ui/src/components/BottomNavigation/BottomNavigation.tsx:42

Functions

BottomNavigation

BottomNavigation(inProps): Element

API documentation for the Community-JS Bottom Navigation component. Learn about the available props and the CSS API.

This component renders the bottom navigation bar when browsing from mobile. Take a look at our demo component here

Import

import {BottomNavigation} from '@selfcommunity/react-ui';

Component Name

The name SCBottomNavigation can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCBottomNavigation-rootStyles applied to the root element.
action.SCBottomNavigation-actionStyles applied to the action.

Parameters

NameType
inPropsBottomNavigationProps

Returns

Element

Defined in

packages/react-ui/src/components/BottomNavigation/BottomNavigation.tsx:72