healthwise / healthwise-ui

Shared React UI library that implements the Healthwise design language.

Home Page:https://healthwise.github.io/healthwise-ui/?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Shared React UI library that implements the Healthwise design language.

https://healthwise.github.io/healthwise-ui/?

License:MIT License


Languages

Language:JavaScript 91.6%Language:MDX 8.4%Language:Shell 0.0%