1.3.2 • Published 6 months ago

currency-fomatter v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

currency-fomatter

import { CurrencyFormat } from "currency-fomatter"

export function Demo() {

	return (
			<CurrencyFormat />
	);
}

prop

type Props = {
	value?: any;
	format: any;
	decimalScale: number;
	decimalSeparator: string;
	thousandSpacing: "2" | "2s" | "3" | "4";
	thousandSeparator: string | boolean;
	mask: string | string[];
	allowNegative: boolean;
	prefix: string;
	suffix: string;
	removeFormatting: any;
	fixedDecimalScale: boolean;
	isNumericString: boolean;
	isAllowed: any;
	onValueChange: any;
	onChange: any;
	onKeyDown: any;
	onMouseUp: any;
	onFocus: any;
	onBlur: any;
	type: "text" | "tel";
	displayType: "input" | "text";
	customInput: any;
	renderText: any;
};
1.2.8

7 months ago

1.2.7

7 months ago

1.3.2

6 months ago

1.3.1

6 months ago

1.3.0

7 months ago

1.2.9

7 months ago

1.2.6

11 months ago

1.2.5

11 months ago

1.2.4

11 months ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

11 months ago

1.2.0

11 months ago

1.1.9

11 months ago

1.1.8

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago