0.2.1 • Published 2 years ago
@howgood/utils v0.2.1
@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