# Function RelativeDateFilterTile

RelativeDateFilterTile(props, deprecatedLegacyContext?): null | ReactElement< any, any >

UI component that allows the user to filter date attributes according to a number of built-in operations defined in the relative date filter. Useful for filtering data by relative date ranges, such as "last 7 days" or "next 30 days from Date".

# Parameters

Parameter Type Description
props RelativeDateFilterTileProps Relative date filter tile props
deprecatedLegacyContext? any ::: warning Deprecated

:::

See

React Docs (opens new window)

# Returns

null | ReactElement< any, any >

Relative date filter tile component