To build a filter component according to the design below, please note:
Put this component into the common folder.
No need to implement the logic of this one, just the component.
The planted between are two date-picker component, please implement the date-picker and the basic logic to select a range of dates. (can use the build-in date-picker component in MaterialUI)
Some hints for building components:
This kind of issue is about creating a new component, it might not need to mount it in the whole app, to know how to create a component separately, please check the tutorial below.
To build a filter component according to the design below, please note:
common
folder.Some hints for building components: