Socket
Book a DemoInstallSign in
Socket

@dbp-toolkit/grant-permission-dialog

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbp-toolkit/grant-permission-dialog

Grant permission modal

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
3
Created
Source

Form Element Web Components

GitHub | NPM

This package offers form components to be used to create an HTML form.

You can install this component via npm:

npm i @dbp-toolkit/grant-permission-dialog

Usage

<dbp-grant-permission-dialog></dbp-grant-permission-dialog>
<script type="module" src="node_modules/@dbp-toolkit/grant-permission-dialogs/dist/index.js"></script>

Or directly via CDN:

<dbp-grant-permission-dialog></dbp-grant-permission-dialog>
<script type="module" src="https://unpkg.com/@dbp-toolkit/grant-permission-dialog@0.1.0/dist/index.js"></script>

Attributes

General Attributes

  • lang (optional, default: de): Language setting
    • Type: String
    • Accepts: de (German) or en (English)
    • Example: <element lang="en"></element>

Methods

Local development

# get the source
git clone git@github.com:digital-blueprint/toolkit.git
cd toolkit/packages/grant-permission-dialog

# install dependencies
npm install

# constantly build dist/bundle.js and run a local web-server on port 8002
npm run watch

# run tests
npm test

# build local packages in dist directory
npm run build

Jump to http://localhost:8002 and you should get a demo page.

FAQs

Package last updated on 14 Mar 2025

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