内容へ移動
猫型iPS細胞研究所
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
INDEX
»
react
»
Material UI
トレース:
react:materialui
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== Material UI ====== [[https://material-ui.com/|MATERIAL-UI]] <code> // with npm npm install @material-ui/core >npm install typeface-roboto --save >npm install @material-ui/icons </code> <code javascript> import React from 'react'; import Button from '@material-ui/core/Button'; import { Table, Input } from '@material-ui/core'; function MyForm() { return ( <div> <Button variant="contained" color="primary" size="large"> Hello World </Button><br/> <Input type="tel" className="inpp"></Input> <Table style={{width:"100px"}}> <tr> <th className="col1">aa</th> <th >bb</th> </tr> <tr> <th>c</th> <th>d</th> </tr> </Table> </div> ); } </code>
react/materialui.txt
· 最終更新: 2019/11/02 22:45 by
ips
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ