lit-p2p
v0.4.9
Published
Web components to simplify finding peers using fancy-p2p and Material UI.
Downloads
38
Readme
<lit-p2p>
A web component to simplify finding peers using fancy-p2p and material UI
Install
yarn add lit-p2p
How to Use
| Attribute | Type | Default | Description |
| --------- | ---- | ------- | ----------- |
| state
| number
| -1
Disconnected | State of the underlying P2P instance. Include this attribute to start! |
<!--
Import the element.
The `module` query parameter expands "bare" imports to full unpkg.com urls.
This means use of an import map isn't needed.
@see https://unpkg.com#query-params
-->
<script type="module" src="//unpkg.com/lit-p2p/dist/esm/index.js?module"></script>
TODO
- Better docs API
- Improve method for passing
READY
state data to<slot>
- Show who ack'd proposal