0.9.0 • Published 5 years ago

embed-widget v0.9.0

Weekly downloads
1
License
Unlicense
Repository
github
Last release
5 years ago

📦 Embed widget

Install the library as a dependency:

npm install embed-widget

Or, if you're using Yarn:

yarn add embed-widget

Then import the library:

import widget from "embed-widget";

And initialize it with an optional selector:

const embed = new widget("https://example.com", "Button text!");

You can also use a CDN:

<script src="https://unpkg.com/embed-widget"></script>