# input **Repository Path**: mirrors_react-component/input ## Basic Information - **Project Name**: input - **Description**: React Input Component - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-19 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @rc-component/input ⌨️ [![NPM version][npm-image]][npm-url] [![npm download][download-image]][download-url] [![build status][github-actions-image]][github-actions-url] [![Codecov][codecov-image]][codecov-url] [![bundle size][bundlephobia-image]][bundlephobia-url] [![dumi][dumi-image]][dumi-url] [npm-image]: http://img.shields.io/npm/v/@rc-component/input.svg?style=flat-square [npm-url]: http://npmjs.org/package/@rc-component/input [travis-image]: https://img.shields.io/travis/react-component/input/master?style=flat-square [travis-url]: https://travis-ci.com/react-component/input [github-actions-image]: https://github.com/react-component/input/actions/workflows/main.yml/badge.svg [github-actions-url]: https://github.com/react-component/input/actions/workflows/main.yml [codecov-image]: https://img.shields.io/codecov/c/github/react-component/input/master.svg?style=flat-square [codecov-url]: https://app.codecov.io/gh/react-component/input [david-url]: https://david-dm.org/react-component/input [david-image]: https://david-dm.org/react-component/input/status.svg?style=flat-square [david-dev-url]: https://david-dm.org/react-component/input?type=dev [david-dev-image]: https://david-dm.org/react-component/input/dev-status.svg?style=flat-square [download-image]: https://img.shields.io/npm/dm/@rc-component/input.svg?style=flat-square [download-url]: https://npmjs.org/package/@rc-component/input [bundlephobia-url]: https://bundlephobia.com/package/@rc-component/input [bundlephobia-image]: https://img.shields.io/bundlephobia/minzip/@rc-component/input?style=flat-square [dumi-url]: https://github.com/umijs/dumi [dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square ## Install [![@rc-component/input](https://nodei.co/npm/@rc-component/input.png)](https://npmjs.org/package/@rc-component/input) ## Usage ```js import Input from '@rc-component/input'; import { render } from 'react-dom'; render(, mountNode); ``` ```js import { TextArea } from '@rc-component/input'; import { render } from 'react-dom'; render(