@azury/widget
TypeScript icon, indicating that this package has built-in type declarations

1.5.11ย โ€ขย Publicย โ€ขย Published

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.

Package Sidebar

Install

npm i @azury/widget

Weekly Downloads

2

Version

1.5.11

License

Apache-2.0

Unpacked Size

29.2 kB

Total Files

11

Last publish

Collaborators

  • azurydev