@nutrition-web-components/nova
v0.0.1
Published
Nova Web Component
Downloads
28
Readme
Nova Web Component
Installing the JavaScript Web Component
Link to it by adding the following to your <head></head>
.
<script src="https://unpkg.com/@nutrition-web-components/[email protected]/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.