First of all many thanks for a such a great package!
I want to achieve such a view. I have tried a few approaches but none worked.
Here is the Highlight portion of code and I want to add text just under it.
<HighlightableElement
id="important_item_1"
options={{
// Options are useful if you want to configure the highlight, but can be left blank.
mode: "rectangle",
borderRadius: 15,
}}>
<LeadSection />
</HighlightableElement>
First of all many thanks for a such a great package!
I want to achieve such a view. I have tried a few approaches but none worked. Here is the Highlight portion of code and I want to add text just under it.