All Projects → efremidze → LEAmountInputView

efremidze / LEAmountInputView

Licence: MIT license
Amount Input View (inspired by Square's design)

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to LEAmountInputView

Vue Numeric
Input field component to display a formatted currency value based on Vue.js
Stars: ✭ 341 (+675%)
Mutual labels:  input, currency
react-numeric
A react component for formatted number form fields
Stars: ✭ 30 (-31.82%)
Mutual labels:  input, currency
NumPad
Number Pad (inspired by Square)
Stars: ✭ 81 (+84.09%)
Mutual labels:  square, numpad
CurrencyEditText
A simple EditText input designed to input decimal and currency values.
Stars: ✭ 18 (-59.09%)
Mutual labels:  input, currency
react-file-input-previews-base64
This package provides an easy to use, ready to go and customizable wrapper around file input, with option for image previews and returning file as base64 string.
Stars: ✭ 15 (-65.91%)
Mutual labels:  input
bootstrap5-tags
Replace select[multiple] with nices badges for Bootstrap 5
Stars: ✭ 58 (+31.82%)
Mutual labels:  input
django-prices-openexchangerates
openexchangerates.org support for django-prices
Stars: ✭ 33 (-25%)
Mutual labels:  currency
javascript-forex-quotes
JavaScript Library for fetching realtime forex quotes.
Stars: ✭ 38 (-13.64%)
Mutual labels:  currency
php-currency-api
Standardized wrapper for popular currency rate APIs. Currently supports FixerIO, CurrencyLayer, Open Exchange Rates and Exchange Rates API.
Stars: ✭ 17 (-61.36%)
Mutual labels:  currency
rci
🔢 better code inputs for react/web
Stars: ✭ 805 (+1729.55%)
Mutual labels:  input
svelte-multiselect
Keyboard-friendly, accessible and highly customizable multi-select component
Stars: ✭ 91 (+106.82%)
Mutual labels:  input
persian
Some utilities for Persian language in Go (Golang)
Stars: ✭ 65 (+47.73%)
Mutual labels:  currency
SheenValidator
Android library to make form validation easier
Stars: ✭ 29 (-34.09%)
Mutual labels:  input
MaiSense
Touch Sensor Emulation for SDEY - 💦 Touchlaundry Disco
Stars: ✭ 110 (+150%)
Mutual labels:  input
react-native-element-textinput
A react-native TextInput, TagsInput and AutoComplete component easy to customize for both iOS and Android.
Stars: ✭ 28 (-36.36%)
Mutual labels:  input
numberbox-card
Replace input_number sliders with plus and minus buttons
Stars: ✭ 61 (+38.64%)
Mutual labels:  input
currencyconverter
A Python currency converter using the European Central Bank data.
Stars: ✭ 158 (+259.09%)
Mutual labels:  currency
asus-touchpad-numpad-driver
Activate Numpad inside the touchpad with top right corner switch
Stars: ✭ 203 (+361.36%)
Mutual labels:  numpad
vue-pincode-input
Great pincode input component
Stars: ✭ 128 (+190.91%)
Mutual labels:  input
kindaVim.theapp
Ultimate Vim Mode for macOS
Stars: ✭ 372 (+745.45%)
Mutual labels:  input

LEAmountInputView

CI Status Version License Platform

Overview

LEAmountInputView is an amount input view inspired by Square's design.

LEAmountInputView Screenshot

Note: If you like LEAmountInputView, checkout NumPad.

Installation

LEAmountInputView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "LEAmountInputView"

Usage

See the LEAmountInputViewDemo project for example usage.

Import

#import "LEAmountInputView.h"

Example

LEAmountInputView *amountInputView = [[LEAmountInputView alloc] initWithFrame:self.view.frame numberStyle:NSNumberFormatterCurrencyStyle];
[self.view addSubview:amountInputView];

LEAmountInputTextField

If you want to use the textField standalone with the numberPad as an inputView, use LEAmountInputTextField.

Contributions

Contributions are totally welcome.

License

LEAmountInputView is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].