@hhgtech/hhg-components
v1.29.312
Published
Hello Health Group common components
Downloads
13,264
Readme
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.
Installation
You can install HHG Components via npm:
npm install @hhgtech/hhg-components
Usage
Import components from @hhgtech/hhg-components
and use them in your React applications. Here's an example:
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.
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.