Skip to main content

EditInterests

Components

EditInterests()

EditInterests(props, context?): ReactNode

Component used in the profile app to allow the user to select topics of interest

Parameters

ParameterType
propsEditInterestsProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/EditInterests/index.tsx:44

Props

EditInterestsProps

EditInterestsProps: object

Type declaration

MemberType
cancelButtonButtonType
customStylestring
descriptionstring
interestsProfileLabeled[]
labelTypestring
maxInterestsnumber
maxInterestsErrorMessagestring
moreInterestDescriptionstring
moreInterestPlaceholderstring
moreInterestTitlestring
myInterestsProfileLabeled[]
onFormDirtyReact.Dispatch<React.SetStateAction<boolean>>
saveButtonobject
saveButton.handleClick(interests) => void
saveButton.labelstring
saveButton.loadingboolean
subTitlestring
titlestring

Source

libs/design-system-components/src/components/EditInterests/index.tsx:15