1.0.8 • Published 2 years ago

@encoreskytech/react-char-limit-hint v1.0.8

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

Text Char limit Hint

Installation

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

Examples

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

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