Use Ant Design React UI component library in react project

Use the following script sample to use Ant design component

import React from 'react';
import { DatePicker } from 'antd';

const App = () => {
  return <DatePicker />;
};

export default App;

Leave a comment

Your email address will not be published. Required fields are marked *