SpanClickable()function

SpanClickable({
	title,
	children = "Click", //
	className,
}: StylableClickableProps): ReactElement
ParamType
propsStylableClickableProps
Props for a clickable that also accepts a className for styling. required
    .classNamestring
Return
ReactElement

Render a non-interactive <span> element, used as the fallback when neither href nor onClick is provided.

Examples

<SpanClickable className="label">Static</SpanClickable>