Documentation - v19.5.0-dev
    Preparing search index...
    interface ColorInputProps {
        clearColorText?: string;
        color: string;
        error?: boolean;
        helperText?: string;
        label?: string;
        onChange?: (color: string) => void;
        useAlpha?: boolean;
    }
    Index

    Properties

    clearColorText?: string

    Text on the clear color button

    Clear color
    
    color: string

    Color input in hex format

    error?: boolean

    Whether to display an error on the given color (red border)

    helperText?: string
    label?: string
    onChange?: (color: string) => void
    useAlpha?: boolean

    Whether to display alpha input

    true