Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@healthwise-ui/core

Package Overview
Dependencies
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@healthwise-ui/core

Shared React UI library that implements the Healthwise design language.

  • 3.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

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)

  • Healthwise UI

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

Keywords

FAQs

Package last updated on 22 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc