Skip to content

Getting Started

It’s easy to get started with Inpulse UI Utils. Follow the steps below to install the package and start using the utilities in your project.

Terminal window
pnpm add @inpulse-ui/utils

Then import the utilities you need in your project files. For example, to use the amount utility:

import { amount } from '@inpulse-ui/utils';

You can also import Amount inner methods individually as needed:

import { assertCurrencyMismatch } from '@inpulse-ui/utils/amount';

This is especially useful for debbugging or low-level operations.

Some utilities offers shorter alias names for convenience. Please refer to the documentation of each utility for available aliases.

Project

Built with by Jo Santana in Brazil.

© 2026 Inpulse. All rights reserved.