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
Parameter | Type |
---|---|
props | OnboardingSuggestionsCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/OnboardingSuggestionsCard/index.tsx:48
Props
OnboardingSuggestionsCardProps
OnboardingSuggestionsCardProps:
object
Type declaration
Member | Type |
---|---|
followLabel | string |
followedProfiles | string [] |
followingLabel | string |
loggedUserDID | string |
onClickFollow | (id ) => void |
onClickProfile | (id ) => void |
onClickTag | (tagName ) => void |
onClickUnfollow | (id ) => void |
peopleLabel | string |
profiles | Profile [] |
subscribedTags | string [] |
tags | Tag [] |
topicsLabel | string |
transformSource | (src ) => Image |
unfollowLabel | string |
Source
libs/design-system-components/src/components/OnboardingSuggestionsCard/index.tsx:11