From 162f42574fd6bc879cd7fc2437d9a6faed55cec9 Mon Sep 17 00:00:00 2001 From: Viktor Rusakov Date: Thu, 27 Jul 2023 13:08:10 +0300 Subject: [PATCH] docs: update documentation for deprecated components --- src/CheckBoxGroup/README.md | 2 +- src/InputSelect/README.md | 18 +++++++++--------- src/InputText/README.md | 22 +++++++++++----------- src/RadioButtonGroup/README.md | 7 +++---- src/Table/README.md | 16 ++++++++-------- src/TextArea/README.md | 10 +++++----- 6 files changed, 37 insertions(+), 38 deletions(-) diff --git a/src/CheckBoxGroup/README.md b/src/CheckBoxGroup/README.md index e22cf39a76..5f14c5ee81 100644 --- a/src/CheckBoxGroup/README.md +++ b/src/CheckBoxGroup/README.md @@ -9,7 +9,7 @@ status: 'Deprecate Soon' designStatus: 'To Do' devStatus: 'To Do' notes: | - Refactor to use Input component and refresh checkbox designs + Replaced by Form.Checkbox and Form.CheckboxSet --- ## Basic Usage diff --git a/src/InputSelect/README.md b/src/InputSelect/README.md index d1d99c30cc..1e2f60706f 100644 --- a/src/InputSelect/README.md +++ b/src/InputSelect/README.md @@ -9,10 +9,10 @@ status: 'Deprecate Soon' designStatus: 'TBD' devStatus: 'To Do' notes: | - Replaced by Input and ValidationFormGroup + Replaced by Form.Control --- -## basic usage +## Basic usage ```jsx live ``` -## separate labels and values +## Separate labels and values ```jsx live ``` -## separate option groups +## Separate option groups ```jsx live ``` -## with validation +## With validation ```jsx live ``` -## disabled usage +## Disabled usage ```jsx live ``` -## with disabled option +## With disabled option ```jsx live ``` -## read only +## Read only ```jsx live ``` -## validation +## Validation ```jsx live ``` -### validation with danger theme +### Validation with danger theme ```jsx live ``` -### label as element +### Label as element ```jsx live ``` -### focus test +### Focus test ```jsx live class FocusInputWrapper extends React.Component { @@ -118,7 +118,7 @@ class FocusInputWrapper extends React.Component { } ``` -### different textual input types +### Different textual input types ```jsx live
@@ -209,7 +209,7 @@ class FocusInputWrapper extends React.Component {
``` -### price with step +### Price with step ```jsx live ``` -### displayed inline +### Displayed inline ```jsx live ``` -### with input group addons +### With input group addons ```jsx live
diff --git a/src/RadioButtonGroup/README.md b/src/RadioButtonGroup/README.md index b53fd3f9bb..6cbfe7e696 100644 --- a/src/RadioButtonGroup/README.md +++ b/src/RadioButtonGroup/README.md @@ -9,11 +9,10 @@ status: 'Deprecate Soon' designStatus: 'To Do' devStatus: 'To Do' notes: | - Refactor to use Input component - and refresh checkbox designs + Replaced by Form.Radio and From.RadioSet --- -## unselected minimal usage +## Unselected minimal usage ```jsx live ``` -## selected minimal usage +## Selected minimal usage ```jsx live ``` -## table-striped +## Table-striped ```jsx live ``` -## default heading +## Default heading ```jsx live
``` -## responsive +## Responsive ```jsx live
``` -## sortable +## Sortable ```jsx live () => { @@ -373,7 +373,7 @@ notes: | }; ``` -## fixed +## Fixed ```jsx live
``` -## row header +## Row header ```jsx live
``` -## scrollable +## Scrollable ```jsx live