Global date range selection control with period presets and custom start/end dates.
The GlobalDateRangeSelection component allows users to select a date range that is shared across the application. When the selected date range changes, any component that relies on the global date range updates automatically.
import { GlobalDateRangeSelection } from '@layerfi/components'<GlobalDateRangeSelection />{/* With labels visible */}<GlobalDateRangeSelection showLabels />