-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 946 Bytes
/
index.html
File metadata and controls
26 lines (22 loc) · 946 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>@legumeinfo/web-components-graphql</title>
<!-- CSS framework -->
<link rel="stylesheet" type="text/css" href="node_modules/uikit/dist/css/uikit.min.css">
<script src="node_modules/uikit/dist/js/uikit.min.js"></script>
</head>
<body>
<div class="uk-container">
<h1>@legumeinfo/web-components-graphql</h1>
<p>
<code>@legumeinfo/web-components-graphql</code> is a library that provides methods for loading data from the <a href="https://github.com/legumeinfo/graphql-server">LIS GraphQL Server</a> into the <a href="https://github.com/legumeinfo/web-components">LIS Web Components</a>.
Below are links to examples of how to use the library with specific components.
</p>
<ul class="uk-list uk-list-disc">
<li><a href="/examples/lis-gene-search-element.html"><lis-gene-search-element></a></li>
</ul>
</div>
</body>
</html>