# TODO LIST

- [ ] remove html-react-parser (will also remove its dep htmlparser2 and html-dom-parser) => refactor SEO Head
- [ ] remove react-day-picker => remove old DatePicker, use mantine instead and make sure to check all projects that use this component

# HHG Components

HHG Components 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.

[![npm version](https://badge.fury.io/js/@hhgtech%2Fhhg-components.svg)](https://badge.fury.io/js/@hhgtech%2Fhhg-components)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Installation

You can install HHG Components via npm:

```bash
npm install @hhgtech/hhg-components
```

## Usage

Import components from `@hhgtech/hhg-components` and use them in your React applications. Here's an example:

```jsx
import React from 'react'
import { Button } from '@hhgtech/hhg-components'

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.

<!-- ## Getting Started

For detailed usage instructions and examples, check out the [documentation](https://github.com/your-organization/hhg-components/wiki). -->

## 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](https://hellohealthgroup.com/)
- [Vietnam](https://hellobacsi.com/)
- [Vietnam Woman Health](https://www.marrybaby.vn/)
- [Indonesia](https://hellosehat.com/)
- [Malaysia](https://hellodoktor.com/)
- [Cambodia](https://hellokrupet.com/)
- [Philippines English](https://hellodoctor.com.ph/)
- [Philippines Tatalog](https://hellodoctor.com.ph/fil/)
- [Thailand](https://hellokhunmor.com/)
- [Myanmar](https://hellosayarwon.com/)
- [Taiwan](https://helloyishi.com.tw/)
- [India](https://helloswasthya.com/)

## Stay Connected

Follow us on [Facebook](https://www.facebook.com/hellobacsi/) for updates and announcements. Join our community on [LinkedIn](https://www.linkedin.com/company/hellobacsi/?trk=similar-pages&originalSubdomain=vn) to connect with other developers and share your feedback.

## License

HHG Components is licensed under the [MIT License](LICENSE).

<!-- - npm run build && rm -rf ../hhg-discover-fe/.next ../hhg-discover-fe/node_modules/.cache ../hhg-discover-fe/node_modules/@hhgtech/hhg-components/build && cp -R ./build ../hhg-discover-fe/node_modules/@hhgtech/hhg-components && cp package.json ../hhg-discover-fe/node_modules/@hhgtech/hhg-components/package.json && echo 'Ready to test on local' -->

<!-- - npm run build && rm -rf ../hhg-user-profile/node_modules/.cache ../hhg-user-profile/node_modules/@hhgtech/hhg-components/build && cp -R ./build ../hhg-user-profile/node_modules/@hhgtech/hhg-components && cp package.json ../hhg-user-profile/node_modules/@hhgtech/hhg-components/package.json && echo 'Ready to test on local' -->

<!-- - npm run build && rm -rf ../hhg-health-care/.next ../hhg-health-care/node_modules/.cache ../hhg-health-care/node_modules/@hhgtech/hhg-components/build && cp -R ./build ../hhg-health-care/node_modules/@hhgtech/hhg-components && cp package.json ../hhg-health-care/node_modules/@hhgtech/hhg-components/package.json && echo 'Ready to test on local' -->

<!-- - PROJECT_PATH=../hhg-discover-fe && npm run build-copy -->
