@howgood/utils
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

@howgood/utils

Global utilities for use in HowGood packages and applications

Usage

import { formatNumber } from '@howgood/utils'
import { Text } from '@howgood/design'

const MyComponent = ({ score }) => {
  const formatted = formatNumber(score)

  return <Text>{formatted}</Text>
}

Readme

Keywords

none

Package Sidebar

Install

npm i @howgood/utils

Weekly Downloads

2

Version

0.2.1

License

ISC

Unpacked Size

4.88 kB

Total Files

14

Last publish

Collaborators

  • blackrobot
  • erin.keeffe
  • hgtaylor
  • howgoodnpmjs