@nutrition-web-components/nova

Nova Web Component

Usage no npm install needed!

<script type="module">
  import nutritionWebComponentsNova from 'https://cdn.skypack.dev/@nutrition-web-components/nova';
</script>

README

Nova Web Component

Linux Build Status MIT badge

Installing the JavaScript Web Component

Link to it by adding the following to your <head></head>.

<script src="https://unpkg.com/@nutrition-web-components/nova@x.x.x/dist/nova.js"></script>

The x.x.x is the specific version of the component, you should use specifc versions to prevent against breaking changes.

Usage

<nova-badge score="1"></nova-badge>

Integrating with a Framework

This Web Component is build with Stencil to compile the component into Web Components. And since they can be used within frameworks or in standard HTML websites the best resource to read is the Stencil documentation regarding framework integration.