Open
Description
It would be good if Button component supports fullwidth prop, it often required in mobile views.
Button will occupied full width of the container
<Button fullwidth></Button>
Button will be full width in mobile view, but It'll behave normal in other modes
<Button fullwidth={[true, false]}></Button>