lit-p2p
TypeScript icon, indicating that this package has built-in type declarations

0.4.9 • Public • Published

<lit-p2p>

A web component to simplify finding peers using fancy-p2p and material UI

npm Published on webcomponents.org

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

Readme

Keywords

none

Package Sidebar

Install

npm i lit-p2p

Weekly Downloads

22

Version

0.4.9

License

Apache-2.0

Unpacked Size

170 kB

Total Files

33

Last publish

Collaborators

  • mothepro