Show Recent color in Blazor Color Picker Component

18 Sep 20241 minute to read

The ShowRecentColors property enables the display of recently selected colors in the ColorPicker when in palette mode. This feature helps users quickly access their most frequently used colors.

Note: The ShowRecentColors feature displays up to 10 recent colors as tiles and is available only in palette mode.

In the following sample, the ShowRecentColors property is enabled to display recent colors in the palette area.

@using Syncfusion.Blazor.Inputs

<h4>Choose a color</h4>
<SfColorPicker ShowRecentColors="true"></SfColorPicker>

Rendering Show Recent color in Blazor ColorPicker