Tooltips
The Tooltips component provides a way to display additional information when users hover over an element. This is particularly useful for providing context or explanations without cluttering the interface.
Properties
data
Key-value pairs where the values are displayed in your code blocks.
tooltips
Key-value pairs where the values are displayed in the tooltips. The Key for tooltips
must match the Key for data
.