0.2.1 • Published 2 years ago

@howgood/utils v0.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@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>
}
0.2.1

2 years ago