mithril-materialized
    Preparing search index...

    Interface RatingIconConfig

    Custom icon configuration

    interface RatingIconConfig {
        empty?: string | Component<{}, {}>;
        filled?: string | Component<{}, {}>;
        half?: string | Component<{}, {}>;
    }
    Index

    Properties

    Properties

    empty?: string | Component<{}, {}>

    Custom empty icon component or string

    filled?: string | Component<{}, {}>

    Custom filled icon component or string

    half?: string | Component<{}, {}>

    Custom half-filled icon component or string (for fractional ratings)