Skip to main content

OnboardingSuggestionsCard

Components

OnboardingSuggestionsCard()

OnboardingSuggestionsCard(props, context?): ReactNode

Component used in the search app to showcase suggested topics and profiles for the new user to follow

Parameters

ParameterType
propsOnboardingSuggestionsCardProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/OnboardingSuggestionsCard/index.tsx:48

Props

OnboardingSuggestionsCardProps

OnboardingSuggestionsCardProps: object

Type declaration

MemberType
followLabelstring
followedProfilesstring[]
followingLabelstring
loggedUserDIDstring
onClickFollow(id) => void
onClickProfile(id) => void
onClickTag(tagName) => void
onClickUnfollow(id) => void
peopleLabelstring
profilesProfile[]
subscribedTagsstring[]
tagsTag[]
topicsLabelstring
transformSource(src) => Image
unfollowLabelstring

Source

libs/design-system-components/src/components/OnboardingSuggestionsCard/index.tsx:11