@butlerov-chemistry/vue
v0.1.3
Published
Butlerov 2D chemical drawing component for Vue.js
Maintainers
Readme
Butlerov Vue.js component
Usage
When using in projects built by js package managers like npm / yarn, just install into your project:
npm i @butlerov-chemistry/vueThen, import
<template>
<VueButlerov />
</template>
<script setup lang="ts">
import VueButlerov from "@butlerov-chemistry/vue";
</script>