Antd

This is a design library that provides various React components required to build an application. More details about the library can be found in their documentation website (https://ant.design/). We can use several React components from this library, including Button, Alert, Modal, Image, Icon, Grid, Form, Input, DataPicker, Radio, and Switch. Since our aim is to learn how Redux works, explaining each of these components is beyong the scope of this book. Usage can be as simple as importing it from the package, as demonstrated in the following example:

import { Icon, Button } from 'antd';
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset