1.0.7 • Published 2 years ago

@encoreskytech/react-char-limit-hint-input v1.0.7

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

Text Char limit Hint

Installation

npm i @encoreskytech/text-char-limit-hint
or
yarn add @encoreskytech/text-char-limit-hint

Examples

import NodeCharLimitInput from "@encoreskytech/react-char-limit-hint-input";

function App() {
  return (
    <NodeCharLimitInput charLimit={11} />
  );
}

Props

PropertyType (Default)Description
charLimitnumberLength of string which you want to limit
parentContainerStylestringClassName for parent component of input component
inputStylestringClassName for input component
hintStylestringClassName for hint text component
onChange(text) => voidcallback function

Contributor

Vishal Chaturvedi