Dana Kimdanakim.hashnode.dev·Aug 28, 2023Build Admin Dashboard App using Ant DesignInstall 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...Ant DesignAdd a thoughtful commentNo comments yetBe the first to start the conversation.