@jeepq/core
TypeScript icon, indicating that this package has built-in type declarations

0.0.4-1 • Public • Published

npm version license

Built With Stencil

Jeep Stencil Components Library

This is a library of Stencil Web Components including

Jeep Components Viewme

Using this library

Script tag

  • Put a script tag similar to this in the head of your index.html
<script type="module" src="https://cdn.jsdelivr.net/npm/@jeepq/core@latest/dist/jeep/jeep.esm.js"></script>
<script nomodule src="https://cdn.jsdelivr.net/npm/@jeepq/core@latest/dist/jeep/jeep.js"></script>
  • Then you can use the web component library anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install @jeepq/core --save
  • Add an import to the npm packages import @jeepq/core;
  • Then you can use the web component library anywhere in your template, JSX, html etc

For other Frameworks

Go to the different application examples

@Ionic/Angular app

@Ionic5/Angular9 app

@Ionic/React app

@Ionic5/React app

Vue app

React app

PWA app

Python Django Flask Jinja2 app

Package Sidebar

Install

npm i @jeepq/core

Weekly Downloads

293

Version

0.0.4-1

License

MIT

Unpacked Size

4.93 MB

Total Files

225

Last publish

Collaborators

  • jeepq