@hhgtech/leadgen
v0.0.0
Published
Leadgen package from --scope=@hhgtech
Readme
Trigger final final 1
npm i -D @babel/core @babel/preset-env @babel/preset-react @babel/preset-typescript @rollup/plugin-babel @rollup/plugin-commonjs @rollup/plugin-node-resolve @rollup/plugin-terser @svgr/rollup autoprefixer eslint eslint-config-prettier eslint-plugin-import eslint-plugin-prettier eslint-plugin-react husky postcss prettier rimraf rollup rollup-plugin-analyzer rollup-plugin-delete rollup-plugin-peer-deps-external rollup-plugin-postcss rollup-plugin-typescript2 sass tailwindcss typescript typescript-plugin-css-modules
npm r @babel/core @babel/preset-env @babel/preset-react @babel/preset-typescript @rollup/plugin-babel @rollup/plugin-commonjs @rollup/plugin-node-resolve @rollup/plugin-terser @svgr/rollup autoprefixer eslint eslint-config-prettier eslint-plugin-import eslint-plugin-prettier eslint-plugin-react husky postcss prettier rimraf rollup rollup-plugin-analyzer rollup-plugin-delete rollup-plugin-peer-deps-external rollup-plugin-postcss rollup-plugin-typescript2 sass tailwindcss typescript typescript-plugin-css-modules
npm i @types/[email protected] @types/[email protected] [email protected] [email protected] @emotion/react @emotion/styled @mui/material clsx
npm r @types/react @types/react-dom react react-dom @emotion/react @emotion/styled @mui/material clsx
"peerDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.3.0", "react": "18.x", "react-dom": "18.x" }
HHGTECH LeadGen 1
HHGTECH LeadGen is a collection of React components developed by Hello Health Group (HHG) for internal use. These components are designed to streamline the development of web applications in the healthcare domain, offering a range of UI elements tailored to meet the specific needs of healthcare-related projects.
Installation
You can install HHG Components via npm:
npm install @hhgtech/leadgenUsage
Import components from @hhgtech/leadgen and use them in your React applications. Here's an example:
import React from 'react';
import { Button } from '@hhgtech/leadgen';
const MyComponent = () => {
return (
<div>
<h2>Welcome to Hello Health Group</h2>
<Button color="primary">Learn More</Button>
</div>
);
};
export default MyComponent;Features
- Customizable React components for healthcare applications.
- Easy integration with existing React projects.
- Built-in accessibility features to ensure compliance with industry standards.
About Hello Health Group
Hello Health Group (HHG) is a leading provider of healthcare solutions, offering a range of services across various countries:
- Hello Health Group Website
- Vietnam
- Vietnam Woman Health
- Indonesia
- Malaysia
- Cambodia
- Philippines English
- Philippines Tatalog
- Thailand
- Myanmar
- Taiwan
- India
Stay Connected
Follow us on Facebook for updates and announcements. Join our community on LinkedIn to connect with other developers and share your feedback.
License
HHG Components is licensed under the MIT License.
