@bizpal/open-services-bst

This tool helps you decide among the most common types: proprietorships, partnerships, corporations, benefit companies, co-operatives, and non-profit societies.

Usage no npm install needed!

<script type="module">
  import bizpalOpenServicesBst from 'https://cdn.skypack.dev/@bizpal/open-services-bst';
</script>

README

Business Stuctures Tool

This tool helps you decide among the most common types: proprietorships, partnerships, corporations, benefit companies, co-operatives, and non-profit societies.

To install

npm install @bizpal/open-services-bst

Importing in Vue

import "@bizpal/open-services-bst";

Usage

 <business-structures-tool />

Customization

 <business-structures-tool >
      <template #start="{homeModal}">
        <a @click="homeModal()">start</a>
      </template>
</business-structures-tool>