happiness (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) (^_^) happiness

2020-12-18から1日間の記事一覧

reactのLinkでダウンロードボタン作る

2020-12-18 15:52:28 antd使ってるけど、違うcomponent使えばOKなはず import * as React from 'react' import { Button } from 'antd' import { DownloadOutlined } from '@ant-design/icons' import { Link } from 'react-router-dom' export const Downlo…