1.1.0 • Published 3 years ago

text-area-with-line-number v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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