Consider we have 3 charts but we want to have them in the tabs HTML markup. To achieve it we might need a mechanism that allow to move or mentions HTML elements in the document.
We have
chart1
chart2
chart3
'''html markup
# bootstrap tabs
# I want to put my charts here
'''
As a solution: a snippet can have a universal ID prop that we can use as a reference in other compoentns.
Overview
Consider we have 3 charts but we want to have them in the tabs HTML markup. To achieve it we might need a mechanism that allow to move or mentions HTML elements in the document.
We have
As a solution: a snippet can have a universal ID prop that we can use as a reference in other compoentns.