Socket
Socket
Sign inDemoInstall

react-accounting-textfield

Package Overview
Dependencies
6
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-accounting-textfield

A React component for currency textfield


Version published
Weekly downloads
129
increased by13.16%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 28 Nov 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc