README
Components API
To get started using the Components API, read the getting started guide.
Installation
npm install --save sn-components-api
Manual:
Import the file dist/dist.js
in your HTML file.
To get started using the Components API, read the getting started guide.
<script type="module">
import snComponentsApi from 'https://cdn.skypack.dev/sn-components-api';
</script>
To get started using the Components API, read the getting started guide.
npm install --save sn-components-api
Import the file dist/dist.js
in your HTML file.