Skip to main content

Module: NavigationToolbarMobile

Interfaces

Functions

NavigationToolbarMobile(inProps): Element

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

This component renders the mobile application header. Take a look at our demo component here

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCNavigationToolbarMobile-rootStyles applied to the root element.
logo.SCNavigationToolbarMobile-logoStyles applied to the logo element.
search.SCNavigationToolbarMobile-searchStyles applied to the search button element
searchDialog.SCNavigationToolbarMobile-search-dialogStyles applied to the search dialog element
settings.SCNavigationToolbarMobile-settingsStyles applied to the settings button element
settingsDialog.SCNavigationToolbarMobile-settingsDialogStyles applied to the settings dialog elements
login.SCNavigationToolbarMobile-loginStyles applied to the login element.

Parameters

NameType
inPropsNavigationToolbarMobileProps

Returns

Element

Defined in

packages/react-ui/src/components/NavigationToolbarMobile/NavigationToolbarMobile.tsx:97


NavigationToolbarMobileSkeleton(): JSX.Element

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

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCNavigationToolbarMobileSkeleton-rootStyles applied to the root element.
logo.SCNavigationToolbarMobileSkeleton-logoStyles applied to the logo element.

Returns

JSX.Element

Defined in

packages/react-ui/src/components/NavigationToolbarMobile/Skeleton.tsx:37