NavigationSettingsIconButton
Interfaces
NavigationSettingsIconButtonProps
Extends
IconButtonProps
Properties
| Property | Type |
|---|---|
items? | NavigationSettingsItem[] |
NavigationSettingsItem
Properties
| Property | Type |
|---|---|
href | string |
label | ReactNode |
Functions
NavigationSettingsIconButton()
NavigationSettingsIconButton(
inProps):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 Name | Global class | Description |
|---|---|---|
| root | .SNavigationSettingsIconButton-root | Styles applied to the root element. |
Parameters
| Parameter | Type | Description |
|---|---|---|
inProps | NavigationSettingsIconButtonProps |
Returns
Element