使用 MDC 反应列表,试图改变方向,但不工作总是垂直显示列表。
import List, { ListItem } from '@material/react-list';
import '@material/react-list/dist/list.css';
<List orientation="horizontal">
<ListItem>
test
</ListItem>
<ListItem>
test
</ListItem>
<ListItem>
test
</ListItem>
</List>
https://github.com/material-components/material-components-web-react/tree/master/packages/list