Installation
You can install the ELIXIR Cloud Components (ECC) package via your favorite package manager or use the CDN installation method.
The following examples uses service-name
as a placeholder. Replace it with the desired service
name of your use case. You can find the list of available services in the Supported
Services section.
Package Manager
To integrate ECC into your project, install the desired package using your preferred package manager. This is the recommended method for most projects.
npm i @elixir-cloud/(service-name)
CDN
If you prefer not to use a package manager, you can include the ECC components directly in your HTML file using a CDN. This method is suitable when you don't want to manage dependencies or while using vanilla HTML/JavaScript.
Paste the following script tag into your HTML file to include the ECC components:
<script src="https://esm.sh/@elixir-cloud/(service-name)/dist/index.min.js"></script>