Skip to main content

Module: NavigationMenuIconButton

Interfaces

Functions

NavigationMenuIconButton(inProps): JSX.Element

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

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCNavigationMenuIconButton-rootStyles applied to the root element.
drawerRoot.SCNavigationMenuIconButton-drawer-rootStyles applied to the drawer root element.
drawerHeader.SCNavigationMenuIconButton-drawer-headerStyles applied to the drawer header.
drawerHeaderAction.SCNavigationMenuIconButton-drawer-header-actionStyles applied to the drawer header action element.
drawerContent.SCNavigationMenuIconButton-drawer-contentStyles applied to the drawer content.

Parameters

NameType
inPropsNavigationMenuIconButtonProps

Returns

JSX.Element

Defined in

packages/react-ui/src/components/NavigationMenuIconButton/NavigationMenuIconButton.tsx:85