Top "Antd" questions

This tag should be used for any questions regarding the Ant Design.

How to use antd.Form.create in typescript?

I have a login form created by Form.create(), but I can't pass any props to this form from parent …

forms typescript antd
How to use react-hook-form with ant design or material UI

I'm trying to use react-hook-form library to validate a form. When I render view using ant design or material UI, …

reactjs material-ui antd react-hook-form
react.js antd carousel with arrows

I am looking at using the antd Caroseul, but I've not seen an example that creates a prev/next or …

reactjs carousel antd
TypeError: Cannot read property 'getFieldDecorator' of undefined

I'm trying to follow the steps provided by Ant design documentation, but I get an error: TypeError: Cannot read property …

antd
Pagination and Card Components with Ant Design (antd)?

Is it possible to combine the Pagination component from antd with Card components to get a page similar to Pinterest …

javascript reactjs pinterest antd
CSS for colouring one row of antd table in react

This is the CSS for the antd style I'm using style.css .ant-table-tbody > tr > td, .ant-table-thead > tr &…

css reactjs redux antd
Attempted import error: 'Icon' is not exported from 'antd'

I have created a react app using 'create-react-app' and in one of my project files, i'm using the following import …

reactjs create-react-app antd
How to add a custom image/icon in ANTD Design menu?

Using this example: https://ant.design/components/layout/#components-layout-demo-side How can I add a custom image or icon instead of …

javascript css reactjs antd
How to get value from Select/Option component from Ant design

I want to retrieve the value from my selection so I can make post requests. I have no problem getting …

javascript html reactjs antd
Sorting and filtering the full paginated Antd Table

I am using the Ant Design library for the project and the table element, in particular. The question is how …

javascript user-interface react-redux frontend antd