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.
You can install Namask-Vue using your preferred package manager:
npm install namask-vue
or
pnpm add namask-vue
or
yarn add namask-vue
-
Install Namask-Vue in your Vue.js project.
npm install namask-vue
-
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... };
-
Add the
NamaskChat
component in your template.<template> <div> <!-- Your existing Vue.js template code --> <NamaskChat /> </div> </template>
-
Customize and configure Namask-Vue as needed based on the provided documentation.
-
In your
main.ts
file, import the Namask-Vue styles:// Import Namask-Vue styles import '../node_modules/namask-vue/dist/style.css';
Name | Description | Type | Default |
---|---|---|---|
width | Width of the Namask component | ^[number] | 80 |
height | Height of the Namask component | ^[number] | 80 |
background | Background color of the Namask component | ^[string] | "#4629f2" |
svgHeight | Height of the SVG icon within the Namask component | ^[number] | 24 |
svgWidth | Width of the SVG icon within the Namask component | ^[number] | 24 |
icon | Icon to be displayed in the Namask component | ^[string] / ^[Component] | logo |
name | Name to be displayed in the Namask component | ^[string] | "Namask" |
description | Description text to be displayed in the Namask component | ^[string] | "Unveiling our AI Customer Service Tool, your next-gen support solution." |
- Namask-Vue is currently in beta.
- Requires TypeScript and Vite for compatibility.
If you encounter any issues or have suggestions for improvement, feel free to open an issue or contribute to the project.
This project is licensed under the MIT License - see the LICENSE.md file for details.