Example of Inline Mode in Blazor Color Palette Component
This sample explains the inline mode of the color picker/palette with default colors and predefined styles.
Inline Palette
Inline Picker
In this sample,
- Color picker/palette is rendered inline by using the Inline property set to true.
- Using the Mode property, you can specify the mode(picker/ palette) of the ColorPicker.
- Using the ShowButtons property, you can enable or disable the control(Apply/Cancel) buttons.
More information about Blazor ColorPicker component can be found in this documentation section.