@tngl-me/embed-react
v1.0.0
Published
tngl.me React component for embedding interactive QR code
Downloads
5
Maintainers
Readme
Tngl.me React Components for Embedding Tngl.me content
A module containing components to embed interactive content from the tngl.me site.
Usage
Import the module in React and then use the component in your render method.
import { TnglMeEmbedQr } from "@tngl-me/embed-react";
<TnglMeEmbedQR
handle="tngl-me"
name="donations"
clickToCopyAddress={true}
onClick={(data) => console.log(data)}
onData={(data) => console.log(data)}
/>
See the tngl.me for more information about usage.
Contributing
Contributions are always welcome to the project. Feel free to raise issues, create pull requests or just make suggestions.
Authors
Come and find us on the IOTA Discord development channels
- Martyn Janes - obany - (https://github.com/obany)
Donations
IOTA donations are always welcome :smile:
License
This project is licensed under the MIT License - see the LICENSE file for details.