we-insights-react-test
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

Please observe that this is for web clients use only. Are you looking for the native version? - visit: https://www.npmjs.com/package/we-insights-react-native

we-insights-react

[we-insights] is a powerful utility library designed to streamline data collection processes for WeApp employees. It simplifies the process of gathering, storing, and managing data within WeApp projects, making it an invaluable tool for enhancing efficiency and productivity.

Installation

npm install we-insights-react-native
yarn add we-insights-react-native

Usage

import { collectInsight } from 'we-insights-react-native';
await collectInsight('data to be collected');

import { FeedbackForm, Translations, IconItem, Style } from 'we-insights-react-native';

const customIcons: IconItem[] = [...]; // Define your custom icons
const customTranslations: Translations = {...}; // Define your custom translations
const customizedStyle: Style = {...}; // Define your custom styles

<FeedbackForm
  projectName="Your Project Name"
  onSend={handleSend}
  onSkip={handleSkip}
  email="example@example.com"
  style={customizedStyle}
  customTranslations={customTranslations}
  customIcons={customIcons}
/>;

License

MIT

Package Sidebar

Install

npm i we-insights-react-test

Homepage

weapp.se/

Weekly Downloads

9

Version

1.0.7

License

MIT

Unpacked Size

5.08 kB

Total Files

18

Last publish

Collaborators

  • arasto