CLOVER Website - v0.3.1
    Preparing search index...
    • A dropdown component for selecting a time interval (day, week, month). This component is used to allow users to select a time interval for data visualization or reporting.

      Parameters

      • param0: {
            onChange: (newInterval: "day" | "week" | "month") => void;
            value: "day" | "week" | "month";
        }

        The component props

        • onChange: (newInterval: "day" | "week" | "month") => void

          The function to call when the value changes

        • value: "day" | "week" | "month"

          The current value of the dropdown

      Returns Element

      A dropdown component for selecting a time interval