![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@puhl/mui-currency-textfield
Advanced tools
Currency input textfield for react with Material-ui style
CurrencyTextField
is a MUI v5 React v18 component and provides a user friendly experience while inputing currency numbers.
It works by wrapping the functionality of autonumeric.
Main features:
npm install @puhlup/mui-currency-textfield --save
Documentation and live demo is available here
import React from 'react'
import CurrencyTextField from '@puhlup/mui-currency-textfield'
export default function MyComponent() {
const [value, setValue] = React.useState();
return (
<CurrencyTextField
label="Amount"
variant="standard"
value={value}
currencySymbol="$"
//minimumValue="0"
outputFormat="string"
decimalCharacter="."
digitGroupSeparator=","
onChange={(event, value)=> setValue(value)}
/>
);
}
In order to extend the component, clone the project and install the dependencies.
$ git clone https://github.com/puhlup/mui-currency-textfield.git
$ npm install
The following commands are available:
npm start
Builds the component outputing it in the dist
folder. It is refreshed everytime you make changes in the code.
npm start
To see the output in the browser run the example app (/example)
cd example
npm install (only first time)
npm start
Runs the app in the development mode. Open http://localhost:3000 to view the app in the browser.
It will reload automatically upon edits. Lint errors are also displayed on the console.
npm run build
Outputs the build for production to the dist
folder.
npm run styleguide
Generates the documentation available on.
Open http://localhost:6060 to view it in the browser.
It watches for changes and automatically reloads the browser.
We use styleguidist for documenting our custom components.
npm run styleguide:build
Builds the styleguide documentation for production. The output targets the styleguide
folder.
This repository is a fork of unicef/material-ui-currency-textfield. The original project is no longer maintained, so we have decided to fork the repository and continue development on the project.
We have made the following major changes to the original project:
Updating to Material UI version 5: Material UI version 4 is now deprecated, so we have upgraded to version 5 in order to take advantage of the latest features and improvements.
Updating support to React 18: We have upgraded to React 18 in order to take advantage of the latest features and improvements, as well as to ensure that our project is compatible with the latest version of React.
Switching from Rollup to Webpack as Bundler: We have switched from using Rollup as our bundler to using Webpack. By switching to Webpack, we are able to take advantage of the latest features and improvements in this popular bundler, which will help to improve the performance and reliability of this project.
We plan to continue development on the project and work on these:
We would like to credit the original authors for their work and make it clear that this project would not be possible without their efforts.
The contributions of @sureshsevarthi laid the groundwork for what the project has become today.
UNICEF works in over 190 countries and territories to protect the rights of every child. UNICEF has spent more than 70 years working to improve the lives of children and their families. In UNICEF, we believe all children have a right to survive, thrive and fulfill their potential – to the benefit of a better world.
Please consider donating here.
FAQs
Currency input textfield for react with Material-ui style
The npm package @puhl/mui-currency-textfield receives a total of 0 weekly downloads. As such, @puhl/mui-currency-textfield popularity was classified as not popular.
We found that @puhl/mui-currency-textfield demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.