I want to inject a custom MarkElement via the slots.mark
property. How can I change the size of the MarkElement?
const slotsMark = (props: MarkElementProps) => {
return (
<MarkElement {...props}/>
)
}
I managed to change the color via the color
property but I did not find a property for the size.
New contributor
Danijel Kivaranovic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.