1.0.3 • Published 4 years ago

@bizpal/open-services-bst v1.0.3

Weekly downloads
29
License
-
Repository
-
Last release
4 years ago

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>