An open API service indexing awesome lists of open source software.

https://github.com/eugabrielsilva/ionic-react-currency-input

Ionic input with currency mask for React
https://github.com/eugabrielsilva/ionic-react-currency-input

currency ionic ionic-react mask react

Last synced: 3 months ago
JSON representation

Ionic input with currency mask for React

Awesome Lists containing this project

README

          

# ionic-react-currency-input

🇧🇷 Extensão do componente `IonInput` com máscara de formatação monetária para React e suporte a react-hook-form. O valor é exibido formatado e salvo no form como um number puro.

🇺🇸 Extension of the `IonInput` component with currency formatting mask for React and react-hook-form support. The value is displayed formatted and saved in the form as a pure number.

## 🇧🇷 Uso / 🇺🇸 Usage

Ionic 8+

```tsx

```