Install Zeta Web

Zeta Web is a library of Web Components that can be used by any browser-based JavaScript Framework such as React, Angular and Vue. It is a standard TypeScript or JavaScript library and can be installed through the standard NPM based tools (i.e. npm, yarn)

We have not yet published zeta-web to npmjs as it is not yet ready for release, but you can try it out in your projects by:

  # npm
  npm i git+https://github.com/zebratechnologies/zeta-web.git

  # yarn
  yarn add git+https://github.com/zebratechnologies/zeta-web.git

Angular

zeta-web should work for Angular out-of-the-box

React

Because React makes assumptions about HTML elements, we will be producing a wrapped zeta-web library for React called zeta-react soon. This will make it easier to use zeta components in React. See this article for more information why this is needed Lit.dev