Build Admin Dashboard App using Ant Design
Install
npm install antd
yarn add antd
https://github.com/ant-design/ant-design
Usage
import React from 'react';
import { Button, DatePicker } from 'antd';
const App = () => (
<>
<Button type="primary">PRESS ME</Button>
<DatePicker placeho...
danakim.hashnode.dev1 min read