UserProfileBlocked
Interfaces
UserProfileBlockedProps
Indexable
[p: string]: any
Any other properties
Properties
Functions
UserProfileBlocked()
UserProfileBlocked(
inProps):Element
API documentation for the Community-JS User Profile Blocked component. Learn about the available props and the CSS API.
Import
import {UserProfileBlocked} from '@selfcommunity/react-ui';
Component Name
The name SCUserProfileBlocked can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description | 
|---|---|---|
| root | .SCUserProfileBlocked-root | Styles applied to the root element. | 
| info | .SCUserProfileBlocked-info | Styles applied to info text element. | 
| button | .SCUserProfileBlocked-button | Styles applied to the unblock button element. | 
Parameters
| Parameter | Type | Description | 
|---|---|---|
| inProps | UserProfileBlockedProps | 
Returns
Element