aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-collapsable-pane/demo/index.html
blob: 8906b0f3daab20960a92d54fb0356cdf7f49835f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
 <head>
   <script src="../../../bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
   <link rel="import" href="../tf-collapsable-pane.html">
 </head>
 <body>
  <style>
  </style>
  <tf-collapsable-pane name="foo">
    <h1>This is content inside the pane.</h1>
  </tf-collapsable-pane>
 </body>
 <script>

 </script>
</html>