Skip to content

ChefBingbong/web3inbox-widget

 
 

Repository files navigation

Web3Inbox Widget

Adds a convenient widget to any dapp that wants to use the functionalities of push and chat without any of the hassle.

Versioning and publishing

At the root of the project run the following commands

  1. Choose the packages you want to update and add a summary.
yarn changeset
  1. Version your latest change(s)
yarn changeset version
  1. Publish your package(s)
yarn changeset publish

Refer to changesets docs for more information.

Using the widget

React

Normal use case

import { W3iWidget } from "@web3inbox/react-widget";
import "@web3inbox/widget-react/dist/compiled.css";
...

<W3iWidget
    account="ep155:1:0xd7..."
    onSign={() => {}}
    onConnect={() => {}}
</W3iWidget>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 85.2%
  • SCSS 14.1%
  • Other 0.7%