UNPKG
bbpro
Version:
latest (6.1.5)
6.1.5
6.1.4
BrowserBox - remote browser isolation tool
github.com/BrowserBox/BrowserBox
i5ik/vf
bbpro
/
dist
/
node_modules
/
bang.html
/
docs
/
components
/
sg-frame
/
markup.html
10 lines
(9 loc)
•
189 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
${{key}}
<
section
class
=
frame
>
<
nav
class
=
top-bar
>
<
a
href
=
${sourceUrl}
target
=
_blank
rel
=
noreferrer
>
${title}
</
a
>
</
nav
>
<
div
class
=
content
>
<
slot
>
</
slot
>
</
div
>
</
section
>