🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
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

a collection of Web Components build by Stencil

latest
Source
npmnpm
Version
1.3.1
Version published
Maintainers
1
Created
Source

Web Components build by stencil

Using this component

Script tag

unpkg:

<script type="module" src="https://unpkg.com/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

Keywords

stenciljs

FAQs

Package last updated on 27 Mar 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