From a03091aec4a5184e293009550253419c2b60236a Mon Sep 17 00:00:00 2001 From: Evgeny Alaev Date: Fri, 19 Apr 2024 18:55:58 +0300 Subject: [PATCH] chore(TextArea): add resizable area example to readme --- src/components/controls/TextArea/README.md | 32 +++++++++++++++++++ .../controls/TextInput/TextInput.tsx | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/src/components/controls/TextArea/README.md b/src/components/controls/TextArea/README.md index 40324ee213..7de9b89a05 100644 --- a/src/components/controls/TextArea/README.md +++ b/src/components/controls/TextArea/README.md @@ -180,6 +180,38 @@ The row count of the `TextArea` is controlled by the `rows`, `minRows` and `maxR LANDING_BLOCK--> +## Resizable TextArea + +You can get resizable behaviour by providing `resize` style to `controlProps` property. + + + + + +```tsx +