aboutsummaryrefslogtreecommitdiffstats
path: root/apidoc/index.html
blob: 1ff94a586c2a15daa3aef4988e0a905111d1b000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head lang="en">
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>vaadin-elements</title>
  <style>
    body {
      font-family: 'Roboto', 'Noto', sans-serif;
      font-size: 16px;
      background: #fafafa;
      color: #212121;
    }
    section {
      width: 50%;
      margin: 50px auto;
      background: #fff;
      border: 1px solid #e5e5e5;
    }
    @media (max-width: 700px) {
      section {
        width: 100%;
      }
    }
    h1 {
      font-size: 150%;
      font-weight: 400;
    }
    ul {
      padding-left: 0;
      list-style: none;
      border-bottom: 1px solid #e5e5e5;
    }
    li {
      line-height: 1.4;
      border-top: 1px solid #e5e5e5;
    }
    li p {
      margin: 0;
    }
    h1,
    li {
      padding: 14px 24px;
    }
  </style>
</head>

<body>
  <section>
    <h1>API documentation for vaadin-elements</h1>
    <ul>
      <li>
        <a id="vaadin-grid" href="../../vaadin-grid/index.html">vaadin-grid</a>
        <p>Data grid for showing large amounts of tabular data.</p>
      </li>
    </ul>
  </section>
</body>
</html>