Skip to content

FlatmapVuer Live Demo

Live Demo

Code Preview

js
  <div class="your-outer-container">
    <FlatmapVuer
      entry="NCBITaxon:10114"
    />
  </div>

  <script>
    import { FlatmapVuer } from '@abi-software/flatmapvuer';
    import '@abi-software/flatmapvuer/dist/style.css';

    export default {
      components: { FlatmapVuer },
      data: function () {
        return {

        }
      }
    }
  </script>