From 20761d91176794cbe6669560d2073a99e08417ab Mon Sep 17 00:00:00 2001 From: Sam Sycamore Date: Fri, 1 Apr 2022 13:04:39 -0500 Subject: [PATCH 1/3] style consistency --- docs/data/base/components/input/input.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/base/components/input/input.md b/docs/data/base/components/input/input.md index 2bc1c6db2931cb..927ba2131bea55 100644 --- a/docs/data/base/components/input/input.md +++ b/docs/data/base/components/input/input.md @@ -1,6 +1,6 @@ --- product: base -title: React Input unstyled component and hook +title: Unstyled React Input component and useInput hook components: InputUnstyled githubLabel: 'component: input' packageName: '@mui/base' @@ -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'; From 3feda2906b5a4b6587fe98b159cbf1c92ef7b082 Mon Sep 17 00:00:00 2001 From: Sam Sycamore Date: Fri, 1 Apr 2022 13:33:20 -0500 Subject: [PATCH 2/3] yarn docs:api --- docs/pages/base/api/form-control-unstyled.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/base/api/form-control-unstyled.json b/docs/pages/base/api/form-control-unstyled.json index 026290222baae5..624a417a116ed5 100644 --- a/docs/pages/base/api/form-control-unstyled.json +++ b/docs/pages/base/api/form-control-unstyled.json @@ -18,6 +18,6 @@ "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-base/src/FormControlUnstyled/FormControlUnstyled.tsx", "inheritance": null, - "demos": "", + "demos": "", "cssComponent": false } From c9d5fbd3480ad1ed03a53ba4123a87cefcdb84e0 Mon Sep 17 00:00:00 2001 From: Sam Sycamore Date: Fri, 1 Apr 2022 14:37:09 -0500 Subject: [PATCH 3/3] removes hook name from title --- docs/data/base/components/input/input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/base/components/input/input.md b/docs/data/base/components/input/input.md index 927ba2131bea55..16f51d5e2aa73f 100644 --- a/docs/data/base/components/input/input.md +++ b/docs/data/base/components/input/input.md @@ -1,6 +1,6 @@ --- product: base -title: Unstyled React Input component and useInput hook +title: Unstyled React Input component and hook components: InputUnstyled githubLabel: 'component: input' packageName: '@mui/base'