ConsentSolutionButton
Interfaces
ConsentSolutionButtonProps
Extends
ButtonProps
Indexable
[p
: string
]: any
Properties
Property | Type | Description | Overrides |
---|---|---|---|
ConsentSolutionProps? | ConsentSolutionProps | Props to spread to ConsentSolution component Default empty object | - |
className? | string | Overrides or extends the styles applied to the component. Default null | ButtonProps.className |
Functions
ConsentSolutionButton()
ConsentSolutionButton(
inProps
):JSX.Element
API documentation for the Community-JS ConsentSolutionButton component. Learn about the available props and the CSS API.
Import
import {ConsentSolutionButton} from '@selfcommunity/react-ui';
Component Name
The name SCConsentSolutionButton
can be used when providing style overrides in the theme.
CSS
Rule Name | Global class | Description |
---|---|---|
root | .SCConsentSolution-root | Styles applied to the root element. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | ConsentSolutionButtonProps |
Returns
JSX.Element
Source
packages/react-ui/src/components/ConsentSolutionButton/ConsentSolutionButton.tsx:61