Socket
Socket
Sign inDemoInstall

@azury/widget

Package Overview
Dependencies
0
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @azury/widget

📑 A beautifully crafted widget for Azury


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Install size
28.6 kB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 24 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc