Is your feature request related to a problem? Please describe.
Avoid the following situations
<Col lg className="d-none d-lg-block">
At the same time, you need to set lg and className d-lg-block.
But if you want to hide it in the middle, there is no way
Is your feature request related to a problem? Please describe.
Avoid the following situations
At the same time, you need to set lg and className d-lg-block.
But if you want to hide it in the middle, there is no way