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

@paraboly/pwc-ibox

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paraboly/pwc-ibox

Stencil Component Starter

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-37.5%
Maintainers
2
Weekly downloads
 
Created
Source

Built With Stencil

WebComponent PWC README Boilerplate

Fully customizable readme boilerplate for web component with StencilJS via Paraboly

npm version npm Platform - Platform Free Web License: MIT

WebComponent PWC Animated Checkbox

Live Codepen Example

Installation

Script tag

  • Put a script tag similar to this <script type="module" src="https://unpkg.com/@paraboly/pwc-ibox@latest/dist/pwc-ibox.js"></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install @paraboly/pwc-ibox --save
  • Put a script tag similar to this <script src='node_modules/@paraboly/pwc-ibox/dist/pwc-ibox.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install @paraboly/pwc-ibox --save
  • Add an import to the npm packages import @paraboly/pwc-ibox;
  • Then you can use the element anywhere in your template, JSX, html etc

Usage

Basic Usage

<pwc-ibox>
  <pwc-ibox-title>
	<h5>Title</h5>
	<pwc-ibox-tools minimize-button close-button>
	  Tools
	</pwc-ibox-tools>
  </pwc-ibox-title>
  <pwc-ibox-content>Content</pwc-ibox-content>
  <pwc-ibox-footer>Footer</pwc-ibox-footer>
</pwc-ibox>

Components

Authors

starikcetin, tarik.cetin@paraboly.com | cetinsamedtarik@gmail.com

License

WebComponent PWC Ibox is available under the MIT license.

See the LICENSE file for more info.

Keywords

FAQs

Package last updated on 06 Nov 2019

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