Socket
Socket
Sign inDemoInstall

text-area-with-line-number

Package Overview
Dependencies
184
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    text-area-with-line-number

textarea with line numbers


Version published
Weekly downloads
280
increased by1.82%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

text-area-with-line-number

Usage

import TextAreaWithLineNumber from 'text-area-with-line-number';

 <TextAreaWithLineNumber />

Props

PropDescriptionDefault
onChangefunction to be called on onChange event
valuein order to bind value for text-area
placeholderplaceholder fortext-areainput your text here
lineNumberBackgroundto set background of line-numbers div#fff
textAreaBackgroundColorto set background of text-area div#fff
lineNumberTextColorto set font color of line-number#000
textAreaTextColorto set font color of text-area#000
borderborder between line-numbers and text-area1px solid #ddd
heightheight of the whole component30vh
textAreaFontSizefont size for text area1rem
lineNumberFontSizefont size for line-numbers1rem
scrollbarWidthtext-area height overflow scrollbar width6px
scrollbarTrackColortext-area height overflow scrollbar track colortransparent
srollbarThumbColortext-area height overflow scrollbar thumb color#888
textAreaFontFamilyfont family for text-area
lineNumberFontFamilyfont family for line-numbers

Keywords

FAQs

Last updated on 24 Aug 2021

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