@gitlab/ui
Version:
GitLab UI Components
12 lines (8 loc) • 783 B
JavaScript
import examples from './examples';
var description = "# Daterange Picker\n\n<!-- STORY -->\n\n## Usage\n\nDaterange picker allows users to choose a date range by manually typing the start/end date into the input fields or by using a calendar-like dropdown.\n\nA maxDateRange can be specified in order to limit the maximum number of days the component will allow to be selected i.e. if the start date is 2020-08-01 and maxDateRange is set to 10, the highest selectable end date would be 2020-08-11.\n\n### Note\n\nIf specifying a maxDateRange, it is good practice to include a date range indicator and toolip.\n";
var daterange_picker_documentation = {
followsDesignSystem: true,
description: description,
examples: examples
};
export default daterange_picker_documentation;