Skip to content

healthwise/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

In order to enable husky Git hooks manually run the following from the root directory:

npx --no-install husky install

More info about this bug at the link here.

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

License

MIT