0.0.10-beta • Published 5 months ago

namask-vue v0.0.10-beta

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

Namask-Vue

Namask-Vue is an AI-powered customer service tool designed for seamless integration with Vue.js applications. This lightweight package provides personalized, lightning-fast assistance 24/7, offering your users a next-gen support solution. With Namask-Vue, you not only enhance user experience but also gain valuable insights into user interactions.

Installation

You can install Namask-Vue using your preferred package manager:

npm install namask-vue

or

pnpm add namask-vue

or

yarn add namask-vue

Usage

  1. Install Namask-Vue in your Vue.js project.

    npm install namask-vue
  2. Import Namask-Vue in your Vue component.

    // Import the component
    import NamaskChat from 'namask-vue';
    
    // Use the component in your template
    export default {
      components: {
        NamaskChat,
      },
      // Your component code...
    };
  3. Add the NamaskChat component in your template.

    <template>
      <div>
        <!-- Your existing Vue.js template code -->
        <NamaskChat />
      </div>
    </template>
  4. Customize and configure Namask-Vue as needed based on the provided documentation.

  5. In your main.ts file, import the Namask-Vue styles:

    // Import Namask-Vue styles
    import '../node_modules/namask-vue/dist/style.css';

Namask Component Attributes

NameDescriptionTypeDefault
widthWidth of the Namask component^number80
heightHeight of the Namask component^number80
backgroundBackground color of the Namask component^string"#4629f2"
svgHeightHeight of the SVG icon within the Namask component^number24
svgWidthWidth of the SVG icon within the Namask component^number24
iconIcon to be displayed in the Namask component^string / ^Componentlogo
nameName to be displayed in the Namask component^string"Namask"
descriptionDescription text to be displayed in the Namask component^string"Unveiling our AI Customer Service Tool, your next-gen support solution."

Important Notes

  • Namask-Vue is currently in beta.
  • Requires TypeScript and Vite for compatibility.

Contributing

If you encounter any issues or have suggestions for improvement, feel free to open an issue or contribute to the project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


0.0.10-beta

5 months ago

0.0.9-beta

5 months ago

0.0.8-beta

5 months ago

0.0.7-beta

5 months ago

0.0.6-beta

5 months ago

0.0.4-beta

5 months ago

0.0.3-beta

5 months ago

0.0.2-beta

5 months ago

0.0.1-beta

5 months ago