Skip to content

makmi/zoo-web-components

 
 

Repository files navigation

Dependencies Size Downloads
David npm bundle size (scoped) npm
David npm bundle size (scoped)

Intro

  • Set of web-components which can be used in any modern UI framework (or without any).
  • The web-component set implements Z+ shop style guide.
  • Built with SvelteJS

Installation

To use exported modules install this library as a dependency in your application by running
npm i @zooplus/zoo-web-components --save;
Or add the following line to your index.html:
<script src="https://cdn.jsdelivr.net/npm/@zooplus/zoo-web-components@4.3.1/dist/zoo-components-iife.min.js"></script>

Examples integrating with various frameworks

Documentation

Head over to online documentation for more info regarding this library.

Dev area

Run

Run npm start. That command will build all available modules, write them as bundle.js file and throw it into /docs folder.

Test

This project uses Mocha and Chai for writing tests. The tests are run using Puppeteer. Run npm test to run the tests. Tests are automatically run before triying to publish new version to npm.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.1%
  • JavaScript 30.1%
  • CSS 0.8%