🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

web-components-jack

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-components-jack

Web Components build by Stencil

Source
npmnpm
Version
1.2.1
Version published
Maintainers
1
Created
Source

Web Components build my stencil

Using this component

Script tag

unpkg: <script type='module' src='https://unpkg.com/web-components-jack'></script> jsdelivr: <script type='module' src="https://cdn.jsdelivr.net/npm/web-components-jack"></script>

  • Put a script tag to the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install web-components-jack --save
  • Put a script tag similar to this <script type='module' src='node_modules/web-components-jack/dist/web-components-jack.esm.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 web-components-jack --save
  • Add an import to the npm packages import web-components-jack;
  • Then you can use the element anywhere in your template, JSX, html etc

FAQs

Package last updated on 16 Jan 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