Skip to main content

TagSearchCard

Components

TagSearchCard()

TagSearchCard(props, context?): ReactNode

Component used to showcase tags in the search app

Parameters

ParameterType
propsTagSearchCardProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/TagSearchCard/index.tsx:32

Props

TagSearchCardProps

TagSearchCardProps: object

Type declaration

MemberType
handleSubscribeTag(tagName) => void
handleUnsubscribeTag(tagName) => void
loggedEthAddressstring | null
onClickTagReact.EventHandler<React.SyntheticEvent>
subscribeLabelstring
subscribedLabelstring
subscribedTagsstring[]
tagTag | null
tagAnchorLinkstring
unsubscribeLabelstring

Source

libs/design-system-components/src/components/TagSearchCard/index.tsx:12