@encoreskytech/react-char-limit-hint

1.0.8 • Public • Published

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

Property Type (Default) Description
charLimit number Length of string which you want to limit
parentContainerStyle string ClassName for parent component of input component
inputStyle string ClassName for input component
hintStyle string ClassName for hint text component
onChange (text) => void callback function

Contributor

Vishal Chaturvedi

Dependents (0)

Package Sidebar

Install

npm i @encoreskytech/react-char-limit-hint

Weekly Downloads

0

Version

1.0.8

License

MIT

Unpacked Size

10.7 kB

Total Files

5

Last publish

Collaborators

  • mukesh.prajapati
  • niteshgourest
  • fc.patidar
  • estbalveer
  • mesh.soni
  • vishal007
  • maheshpatidar