Nextclade visualisation
We have recreated the Nextstrain/Nextclade table as a reusable web component.
There are three strategies we recommend for using the @metrichor/nextclade web component built with Stencil.
- Put a script tag similar to this in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc
npm install @metrichor/nextclade --save in the head of your index.htmlnpm install @metrichor/nextclade --saveimport @metrichor/nextclade;To use the Nextclade table in your HTML you will need to create a nxt-table tag and set the data attribute with the output from the Nextstrain/Nextclade pipeline
For example
``html``