chore(input): readme changed

This commit is contained in:
Junior Garcia 2023-08-01 17:54:44 -03:00
parent dedede0be0
commit b400f3ee6d
2 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
run: pnpm build
- name: Tests
run: pnpm test
run: pnpm test
- name: Create Release Pull Request or Publish to NPM
id: changesets

View File

@ -2,6 +2,8 @@
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](https://nextui.org/docs/components/input) for more information.
## Installation