前端项目实战贰佰柒拾柒react-admin+material ui-react-admin-admin中RadioButtonGroupInput之choices

import { RadioButtonGroupInput } from 'react-admin';

<RadioButtonGroupInput source="category" choices={[
    { id: 'tech', name: 'Tech' },
    { id: 'lifestyle', name: 'Lifestyle' },
    { id: 'people', name: 'People' },
]} />

运行结果

 

posted @ 2023-08-24 09:13  前端导师歌谣  阅读(10)  评论(0)    收藏  举报  来源