OnboardingSuggestionsCard.tag-button
Components
TagButton()
TagButton(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | ITagButton |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/OnboardingSuggestionsCard/tag-button.tsx:13
Interfaces
ITagButton
Properties
Property | Type |
---|---|
isSubscribed? | boolean |
onClickTag? | () => void |
tagName | string |