@azury/widget

Azury's Minimalistic Widget

Usage no npm install needed!

<script type="module">
  import azuryWidget from 'https://cdn.skypack.dev/@azury/widget';
</script>

README

Azury's Widget

Installation

NPM

Install our widget using your favorite package manager.

npm i @azury/widget
yarn add @azury/widget

Import the package.

import widget from '@azury/widget'

CDN

Install our widget using jsDelivr.

<script type="module" src="https://cdn.jsdelivr.net/npm/@azury/widget@1"></script>

Import the package.

<script type="module">
  import widget from "https://cdn.jsdelivr.net/npm/@azury/widget@1"
</script>

Setup

widget({
  theme: 'dark',
  placement: 'bottom right',
  zIndex: 9999
})

Usage

Check out the examples to get an idea of how to use our widget.