livemark icon indicating copy to clipboard operation
livemark copied to clipboard

Support tabs (move elements within a document by id)

Open roll opened this issue 4 years ago • 0 comments

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

  • 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.

roll avatar Oct 07 '21 15:10 roll