XGitHub

numora.

Numeric inputs are broken. numora fixes them.

Works with any framework

Numora's core is vanilla TypeScript - a thin adapter is all you need.

import { NumoraInput, FormatOn } from 'numora-react'

<NumoraInput
formatOn={FormatOn.Change}
maxDecimals={2}
onChange={(e) => console.log(e.target.value)}
/>

Read the React guide

Animations

Numora is a thin layer over <input>.

You can pair it with form and animation libraries.