Plasmid map visualisations
npm install @metrichor/plasmidWe have recreated the VIXIS plasmid map (http://angularplasmid.vixis.com/) as a reusable web component for all modern web frameworks.
There are three strategies we recommend for using the @metrichor/plasmid 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/plasmid --save in the head of your index.htmlnpm install @metrichor/plasmid --saveimport @metrichor/plasmid;To use the Plasmid map visualisation in your HTML you will need to create a plasmid-map tag and appropriate nested tags
See examples