Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-accounting-textfield

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-accounting-textfield

A React component for currency textfield

  • 1.2.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Docs

Documentation / Preview

Package

NPM package

Quick Start

If you want to use npm, you can use this command.

npm i react-accounting-textfield

Maybe you want to use yarn.

yarn add react-accounting-textfield

imports

Import this module

import CurrencyInput from 'react-accounting-textfield'

Styles

If you want a default stylesheet, you should import the style:

import 'react-accounting-textfield/dist/styles.css'

If you want a flecto theme stylesheet, you should import the style:

import 'react-accounting-textfield/dist/theme/flecto.css'

Tests

Storybook provides a clean-room environment for testing components in isolation. Stories make it easy to explore a component in all its variations, no matter how complex.

That means stories are a pragmatic starting point for your UI testing strategy. You already write stories as a natural part of UI development, testing those stories is a low-effort way to prevent UI bugs over time.

yarn test-storybook

Docs: https://storybook.js.org/docs/react/writing-tests/introduction

How to contribute

Start

You can check our Issues, or you can create a new one, and fork this project, finally open a PR to dev branch.

I'll be quick to implement and improve this package, and if you open a pull request, i'll help you with a new release as soon as possible.

Changelog

follow this pattern:

https://keepachangelog.com/en/1.0.0/

FAQs

Package last updated on 28 Nov 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc