Skip to main content

NavigationSettingsIconButton

Interfaces

Extends

  • IconButtonProps

Properties

PropertyType
items?NavigationSettingsItem[]

Properties

PropertyType
hrefstring
labelReactNode

Functions

NavigationSettingsIconButton(inProps): JSX.Element

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

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SNavigationSettingsIconButton-rootStyles applied to the root element.

Parameters

ParameterTypeDescription
inPropsNavigationSettingsIconButtonProps

Returns

JSX.Element

Source

packages/react-ui/src/components/NavigationSettingsIconButton/NavigationSettingsIconButton.tsx:101