0
this semantic-ui-reactで同じテクニックが可能かどうかを知りたいですか?オプションの列が非表示のときのケースで全幅を行く受け入れ答えのようにsemantic-ui-react grid - "only"列が隠された後の列の全幅を表示
this semantic-ui-reactで同じテクニックが可能かどうかを知りたいですか?オプションの列が非表示のときのケースで全幅を行く受け入れ答えのようにsemantic-ui-react grid - "only"列が隠された後の列の全幅を表示
同じコード:
<Grid>
<Grid.Column computer={4} only='computer'>
(Optional content only for computers sized screen)
</Grid.Column>
<Grid.Column tablet={16} computer={12}>
(Main Content)
</Grid.Column>
</Grid>
ドキュメントのdevice visibilityとresponsive widthのセクションを参照してください
。