mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* feat(input): add Input with React Hook Form tests * refactor(input): add missing types * feat(checkbox): add checkbox with React Hook Form tests * feat(select): add react-hook-form to dev dep * feat(select): add react hook form story * feat(select): react hook form tests * fix(select): incorrect button reference * feat(deps): add react-hook-form to dev dep in autocomplete * feat(autocomplete): react hook form story * feat(autocomplete): react hook form tests * fix(autocomplete): rollback wrapper type * feat(switch): add react hook form tests * refactor(stories): reorder stories items
@nextui-org/input
Input is a component that allows users to enter text. It can be used to get user inputs in forms, search fields, and more.
This package contains the Input component and the TextArea component.
Please refer to the documentation for more information.
Installation
yarn add @nextui-org/input
# or
npm i @nextui-org/input
Contribution
Yes please! See the contributing guidelines for details.
License
This project is licensed under the terms of the MIT license.