Module@octra/web-components - v0.0.1

@octra/web-components

This library offers the same components from @octra/ngx-components without the limitation of using it in Angular projects.

Currently, the libraries are not published on npm because Octra 2.0 and the libraries are still in development. If you want to use the libraries in your project you have to manually install.

  1. Clone the OCTRA repository next to the project folder you want to use the libraries for.
  2. Switch tu branch "static".
git checkout static
  1. Add to HTML file (see full example here).
    <head>
<!-- ... -->
<script type="application/javascript" src="../octra/libs/web-components/web-components.js"></script>
<!-- ... -->
</head>
  1. Go to the cloned octra repository. Make sure you are in branch static.
  2. Update directory:
git pull