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 Name | Global class | Description |
---|---|---|
root | .SCBottomNavigation-root | Styles applied to the root element. |
action | .SCBottomNavigation-action | Styles applied to the action. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | BottomNavigationProps |
Returns
Element
Source
packages/react-ui/src/components/BottomNavigation/BottomNavigation.tsx:72