replace-react-color API - v4.1.2
    Preparing search index...

    Interface GithubProps

    interface GithubProps {
        className?: string;
        colors?: string[];
        onChange?: (color: any, e: any) => void;
        onSwatchHover?: (color: string, e: MouseEvent) => void;
        style?: CSSProperties;
        styles?: any;
        triangle?:
            | "hide"
            | "top-left"
            | "top-right"
            | "bottom-left"
            | "bottom-right";
        width?: string
        | number;
    }
    Index

    Properties

    className?: string
    colors?: string[]
    onChange?: (color: any, e: any) => void
    onSwatchHover?: (color: string, e: MouseEvent) => void
    style?: CSSProperties
    styles?: any
    triangle?: "hide" | "top-left" | "top-right" | "bottom-left" | "bottom-right"
    width?: string | number