5
ダイアログ(Material-UI)のタイトルをどのようにすることができますか? ミコードMaterial-UIでDialogタイトルを中心にするにはどうすればいいですか?
<Dialog
open={this.state.open}
titleStyle = {styles.Dialog}
title='Title centered please!'
actions={standardActions}
onRequestClose={this.handleRequestClose}
>
ダイアログは、これが私の作品
title with text "Ingreso de Procedimientos" centered please
だから何あなたがそれを中央にしようとしましたか? –