FollowUserButton
Interfaces
FollowUserButtonProps
Indexable
[p
: string
]: any
Properties
Property | Type | Description |
---|---|---|
className? | string | Overrides or extends the styles applied to the component. Default null |
onFollow? | (user : SCUserType , followed : boolean ) => any | onFollow callback |
user? | SCUserType | User Default null |
userId? | number | Id of the user Default null |
Functions
FollowUserButton()
FollowUserButton(
inProps
):JSX.Element
API documentation for the Community-JS Follow User Button component. Learn about the available props and the CSS API.
Import
import {FollowUserButton} from '@selfcommunity/react-ui';
Component Name
The name SCFollowUserButton
can be used when providing style overrides in the theme.
CSS
Rule Name | Global class | Description |
---|---|---|
root | .SCFollowUserButton-root | Styles applied to the root element. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | FollowUserButtonProps |
Returns
JSX.Element
Source
packages/react-ui/src/components/FollowUserButton/FollowUserButton.tsx:87