TagSearchCard
Components
TagSearchCard()
TagSearchCard(
props
,context
?):ReactNode
Component used to showcase tags in the search app
Parameters
Parameter | Type |
---|---|
props | TagSearchCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/TagSearchCard/index.tsx:32
Props
TagSearchCardProps
TagSearchCardProps:
object
Type declaration
Member | Type |
---|---|
handleSubscribeTag | (tagName ) => void |
handleUnsubscribeTag | (tagName ) => void |
loggedEthAddress | string | null |
onClickTag | React.EventHandler <React.SyntheticEvent > |
subscribeLabel | string |
subscribedLabel | string |
subscribedTags | string [] |
tag | Tag | null |
tagAnchorLink | string |
unsubscribeLabel | string |
Source
libs/design-system-components/src/components/TagSearchCard/index.tsx:12