Skip to content

Commit

Permalink
[docs] Base Input style revisions and final review (#32096)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsycamore authored Apr 6, 2022
1 parent 93fc11e commit 7a92057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/base/components/input/input.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
product: base
title: React Input unstyled component and hook
title: Unstyled React Input component and hook
components: InputUnstyled
githubLabel: 'component: input'
packageName: '@mui/base'
Expand Down Expand Up @@ -46,7 +46,7 @@ To set minimum and maximum sizes, add the 'minRows`and`maxRows` props.

{{"demo": "InputMultilineAutosize.js"}}

## useInput hook
## The useInput hook

```js
import { useInput } from '@mui/base/InputUnstyled';
Expand Down

0 comments on commit 7a92057

Please sign in to comment.