@jeepq/core
v0.0.4-1
Published
Jeep Stencil Web Component Library
Downloads
64
Maintainers
Readme
Jeep Stencil Components Library
This is a library of Stencil Web Components including
- jeep-colorpicker
- jeep-linechart
- jeep-columnchart
- jeep-svgmorph
- jeep-slides
- jeep-flipimages
- jeep-stretchy-header
- jeep-html-toprint
- jeep-carousel
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
- [test-angular-component-lib] (https://github.com/jepiqueau/jeep/tree/master/IonicAngularApps/test-angular-component-lib)
@Ionic5/Angular9 app
- [test-angular-component-lib] (https://github.com/jepiqueau/jeep/tree/master/Ionic5Angular9Apps/test-angular-component-lib)
@Ionic/React app
- [test-react-component-lib] (https://github.com/jepiqueau/jeep/tree/master/IonicReactApps/test-react-component-lib)
@Ionic5/React app
- [test-react-component-lib] (https://github.com/jepiqueau/jeep/tree/master/Ionic5ReactApps/test-react-component-lib)
Vue app
React app
- [react-colorpicker-app] (https://github.com/jepiqueau/jeep/tree/master/ReactApps/react-colorpicker-app)
PWA app
- [Jeep Viewme App] (https://github.com/jepiqueau/jeep/tree/master/pwa-components-viewme)
Python Django Flask Jinja2 app
- [python-django-flask-jinja2-ionic-app] (https://github.com/jepiqueau/python-django-flask-jinja2-ionic-app)