@hhgtech/hhg-components
TypeScript icon, indicating that this package has built-in type declarations

1.28.26 • Public • Published

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 License: MIT

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:

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.

Package Sidebar

Install

npm i @hhgtech/hhg-components

Weekly Downloads

703

Version

1.28.26

License

UNLICENSED

Unpacked Size

5.16 MB

Total Files

2064

Last publish

Collaborators

  • tung.vu
  • hhg_admin_dev