【发布时间】:2016-12-29 00:20:17
【问题描述】:
我正在尝试使用以下代码在 Appbar 右侧插入用户名和密码的两个文本输入字段。但它没有给出任何输出。
const AppBarExampleIconMenu = () => ( < AppBar title = { < span style = { styles.title } > Test < /span>}
iconElementLeft = { < IconButton > < NavigationClose / > < /IconButton>}
iconElementRight = { < div >
< TextField
hintText = "UserName" / >
< TextField
hintText = "PassWord" / >
< /div>
}
/>
);
【问题讨论】:
标签: node.js material-ui