Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@azury/widget

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azury/widget

📑 A beautifully crafted widget for Azury

  • 1.5.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 24 Feb 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc