Show Recent color in Blazor Color Picker Component

1 Dec 20251 minute to read

The ShowRecentColors property displays recently selected colors in the Color Picker when using palette mode. This feature helps users quickly reuse frequently chosen colors.

Note: The ShowRecentColors feature shows 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