gpt4 book ai didi

reactjs - Material-UI 定义列表

转载 作者:行者123 更新时间:2023-12-02 16:35:48 27 4
gpt4 key购买 nike

我正在尝试使用 React Material-UI 实现以下目标,减去右侧的扩展插入符:

list with right items

这是 Google 页面上的规范。 https://material.io/guidelines/components/expansion-panels.html#expansion-panels-usage

我发现这种风格没有确切的组件。我基本上有一堆要显示的摘要数据,但我觉得表格或带有副标题的直接 Material 列表是不合适的。我想我真的想要一个 html 定义列表。有谁知道如何做到这一点?只是想真正了解如何使用现有的 Material 组件来做到这一点。

谢谢!

最佳答案

我参加聚会有点晚了,但我会这样做:

<Grid 
container
component='dl' // mount a Definition List
spacing={2}>
<Grid item>
<Typography component='dt' variant='h6'>
Some Heading or Definition Term
</Typography>
<Typography component='dd' variant='body2'>
Some Definition data
</Typography>
</Grid>
</Grid>

我实现了与上面类似的解决方案。您可以切换容器以满足您的特定需求。

关于reactjs - Material-UI 定义列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44047803/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com