0.0.4-1 • Published 4 years ago

@jeepq/core v0.0.4-1

Weekly downloads
53
License
MIT
Repository
github
Last release
4 years ago

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