1.3.2 • Published 2 years ago
currency-fomatter v1.3.2
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
2 years ago
1.2.7
2 years ago
1.3.2
2 years ago
1.3.1
2 years ago
1.3.0
2 years ago
1.2.9
2 years ago
1.2.6
2 years ago
1.2.5
2 years ago
1.2.4
2 years ago
1.2.3
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.2.0
2 years ago
1.1.9
2 years ago
1.1.8
2 years ago
1.1.6
2 years ago
1.1.5
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago