replace-compound-slider API - v4.0.3
    Preparing search index...

    Interface RailProps

    interface RailProps {
        children: (railObject: RailObject) => ReactNode;
    }
    Index

    Properties

    Properties

    children: (railObject: RailObject) => ReactNode

    A function to render the rail. Note: getEventData can be called with an event and get the value and percent at that location (used for tooltips etc). activeHandleID will be a string or null. Function signature: ({ getEventData, activeHandleID, getRailProps }): element