Skip to content

Shared React UI library that implements the Healthwise design language.

License

Notifications You must be signed in to change notification settings

mpirog-hw/healthwise-ui

 
 

Repository files navigation

Healthwise UI

Healthwise UI is a library of shared React components that you can use to quickly build an app using the Healthwise design language.

GitHub npm (scoped) npm bundle size (scoped)

Installation

Install @healthwise-ui/core with npm

  npm install @healthwise-ui/core

Usage

import { Button, ProfileIcon } from '@healtwise-ui/core'

function App() {
  return (
    <Button color="primaryDark" raised>
      <ProfileIcon /> Profile
    </Button>
  )
}

Running Tests

To run tests, run the following command

  npm run test

Documentation

Documentation

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

License

MIT

About

Shared React UI library that implements the Healthwise design language.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Shell 0.1%