Skip to main content

BottomNavigation

Type Aliases

BottomNavigationProps

BottomNavigationProps: MuiBottomNavigationProps

Source

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

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

ParameterTypeDescription
inPropsBottomNavigationProps

Returns

Element

Source

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