Skip to main content

ConsentSolutionButton

Interfaces

ConsentSolutionButtonProps

Extends

  • ButtonProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescriptionOverrides
className?stringOverrides or extends the styles applied to the component. Default nullButtonProps.className
ConsentSolutionProps?ConsentSolutionPropsProps to spread to ConsentSolution component Default empty object-

Functions

ConsentSolutionButton()

ConsentSolutionButton(inProps): 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 NameGlobal classDescription
root.SCConsentSolution-rootStyles applied to the root element.

Parameters

ParameterTypeDescription
inPropsConsentSolutionButtonProps

Returns

Element