Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 729 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 729 Bytes

open-attestation-utils

This is a repository that houses shared project logic between Open Attestation and TradeTrust.

Getting Started - Install

npm i @govtechsg/open-attestation-utils

Direct import

If the consuming application does not support treeshaking, you should do direct import instead. Example:

import { FiatLabel } from "@govtechsg/open-attestation-utils/components/FiatLabel";

Available Utility Functions

Function Name Description
useRefresh a hook that returns a number after an interval

Available Common Components

Component
FiatLabel