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
- Host: GitHub
- URL: https://github.com/eugabrielsilva/ionic-react-currency-input
- Owner: eugabrielsilva
- License: mit
- Created: 2025-10-08T11:41:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-10-08T12:44:27.000Z (3 months ago)
- Last Synced: 2025-10-08T14:38:33.306Z (3 months ago)
- Topics: currency, ionic, ionic-react, mask, react
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```