rt-tbox
v1.1.2
Published
A simple React TextBox component
Readme
react-textbox
A simple, customizable React TextBox component.
🚀 Installation
npm install react-textbox
# or
yarn add react-textbox| Prop | Type | Default | Description |
| ------------- | -------- | ------- | ----------------------------------- |
| placeholder | string | "" | Text shown when input is empty |
| value | string | "" | Controlled value for the textbox |
| onChange | func | null | Callback triggered on text change |
| style | object | {} | Inline styles for the input element |
| className | string | "" | Custom CSS class for styling |
