mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore(input): readme changed
This commit is contained in:
parent
dedede0be0
commit
b400f3ee6d
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: pnpm test
|
run: pnpm test
|
||||||
|
|
||||||
- name: Create Release Pull Request or Publish to NPM
|
- name: Create Release Pull Request or Publish to NPM
|
||||||
id: changesets
|
id: changesets
|
||||||
|
|||||||
@ -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.
|
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.
|
Please refer to the [documentation](https://nextui.org/docs/components/input) for more information.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user