Implement a component, fits the mobile screen.
Don't need to implement the search logic, just the component.
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.
Implement a component, fits the mobile screen. Don't need to implement the search logic, just the component.
Some hints for building components:
import { mountWithTheme as mount } from '../../models/test-utils';
to get our theme imported.theme.spacing(x)
as possible as we can, so the component is more responsive