Skip to main content

SubtitleRenderer

Components

SubtitleRenderer()

SubtitleRenderer(props, context?): ReactNode

Component used in the vibes and vibes console apps to create clickable text from a list of subtitles

Parameters

ParameterType
propsSubtitleRendererProps
context?any

Returns

ReactNode

Source

libs/design-system-components/src/components/SubtitleRenderer/index.tsx:21

Props

SubtitleLabel

SubtitleLabel: object

Type declaration

MemberType
labelstring
linkstring

Source

libs/design-system-components/src/components/SubtitleRenderer/index.tsx:6


SubtitleRendererProps

SubtitleRendererProps: object

Type declaration

MemberType
fontWeightTextProps["weight"]
onLinkClick(link?) => void
subtitleLabelsSubtitleLabel[]
textAlignTextProps["align"]
textColorTextProps["color"]
textVariantTextProps["variant"]

Source

libs/design-system-components/src/components/SubtitleRenderer/index.tsx:8