@launchnotes/embed
v1.0.6
Published
Embed your LaunchNotes announcements into your applications.
Downloads
11,744
Keywords
Readme
LaunchNotes Embed
Using the embed
Script tag
- Put a script tag similar to this
<script src='https://embed.launchnotes.io/latest/dist/esm/launchnotes-embed.js'></script>
in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc
Node Modules
- Run
npm install @launchnotes/embed --save
- Put a script tag similar to this
<script src='node_modules/@launchnotes/embed/dist/launchnotes-embed.js'></script>
in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc
Read more about the LaunchNotes embed here.