Skip to content

Commit f91a624

Browse files
authored
docs(ColorPicker): add docs for ColorPicker adaptiveness (#2678)
1 parent 0f1a7d4 commit f91a624

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

common-features/adaptive-rendering.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The adaptive rendering functionality is supported by the following components:
2525

2626
* [AutoComplete]({%slug autocomplete-overview%})
2727
* [ComboBox]({%slug components/combobox/overview%})
28+
* [ColorPicker]({%slug colorpicker-overview%})
2829
* [DatePicker]({%slug components/datepicker/overview%})
2930
* [DateRangePicker]({%slug daterangepicker-overview%})
3031
* [DateTimePicker]({%slug components/datetimepicker/overview%})
@@ -73,6 +74,7 @@ Some of the [supported components](#supported-components) allow custom values, f
7374

7475
* [Live Demo: AutoComplete](https://demos.telerik.com/blazor-ui/autocomplete/adaptive)
7576
* [Live Demo: ComboBox](https://demos.telerik.com/blazor-ui/combobox/adaptive)
77+
* [Live Demo: ColorPicker](https://demos.telerik.com/blazor-ui/colorpicker/adaptive)
7678
* [Live Demo: DatePicker](https://demos.telerik.com/blazor-ui/datepicker/adaptive)
7779
* [Live Demo: DateRangePicker](https://demos.telerik.com/blazor-ui/daterangepicker/adaptive)
7880
* [Live Demo: DateTimePicker](https://demos.telerik.com/blazor-ui/datetimepicker/adaptive)

components/colorpicker/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ The ColorPicker tag exposes the following features through its attributes:
7474

7575
| Parameter | Type and Default Value | Description |
7676
| --- | --- | --- |
77+
| `AdaptiveMode` | `AdaptiveMode` <br /> (`None`) | The [adaptive mode]({%slug adaptive-rendering%}) of the component. |
7778
| `Value` | `string` | The ColorPicker value in a few [different color formats](#supported-value-formats). Supports two-way binding. |
7879
| `ValueFormat` | `ColorFormat` enum <br /> (`Rgb`) | Sets the color format, which the component will return in the application code - `Rgb` or `Hex`. |
7980
| `ColorPickerViews` | `RenderFragment` | A nested container to list the [ColorPicker views]({%slug colorpicker-views%}). All views are enabled by default and the user can switch between them with the buttons. Each view tag has its own configuration attributes. |

0 commit comments

Comments
 (0)