Socket
Socket
Sign inDemoInstall

@neovici/cosmoz-dialog

Package Overview
Dependencies
15
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @neovici/cosmoz-dialog

A Polymer component workaround for paper-dialog that fits the backdrop to the element specified by the `fitInto` property.


Version published
Weekly downloads
16
decreased by-38.46%
Maintainers
4
Install size
14.8 MB
Created
Weekly downloads
 

Changelog

Source

3.0.3 (2022-09-22)

Bug Fixes

  • deps: upgrade (4829d1d)

Readme

Source

cosmoz-dialog

Build Status Published on webcomponents.org semantic-release

cosmoz-dialog is a Polymer component workaround for paper-dialog that fit the backdrop to the element specified by the fitInto property.

Credits

Usage

Example:

<cosmoz-dialog with-backdrop id="dialogInRootStackingContext">
	<template>
		<h2>Dialog Title</h2>
		<p>
			This dialog is created in the root stacking context.
		</p>
		<p>
			Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
			eiusmod tempor incididunt ut labore et dolore magna aliqua.
			Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
			nisi ut aliquip ex ea commodo consequat. Duis aute
			irure dolor in reprehenderit in voluptate velit esse cillum dolore
			eu fugiat nulla pariatur.
			Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
			officia deserunt mollit anim id est laborum.
		</p>
		<div class="buttons">
			<paper-button dialog-dismiss>Cancel</paper-button>
			<paper-button dialog-confirm>Accept</paper-button>
		</div>
	</template>
</cosmoz-dialog>

Install

bower install --save Neovici/cosmoz-dialog

Add the cosmoz-dialog import

<link rel="import" href="bower_components/cosmoz-dialog/cosmoz-dialog.html" />

Documentation

See http://neovici.github.io/cosmoz-dialog.

Keywords

FAQs

Last updated on 22 Sep 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