Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.07 KB

GetStartedUsing.md

File metadata and controls

13 lines (7 loc) · 1.07 KB

ZephJS > Get Started > Using a Web Component Library Built on ZephJS

Mostly people using ZephJS do not even need to know how to use ZephJS or what it is. Instead, they just want to include a collection of components built on top of ZephJS. Fortunately, that means they can stop reading now and instead go read the instructions for that component collection.

If you are interested in finding a component collection, here is a list of known collections:

  • Mistral - Mistral is a component collection that was built as the test case for ZephJS. It is neither complete nor production ready and should be used only as an example.

Also, ZephJS has released some ZephJS supported elements and examples that may be of interest:

  • zephjs-router - An html content router built specifically for ZephJS with support for lazy loading.

  • zephjs-loading - An example of how to build a loading screen to support ZephJS components.