## Introduction:
npm install @zohodesk/listList is an npm library. It helps to build TableList of any modules.
It provides the table list component that processes dynamic and interactive data.
It creates powerful and user-friendly table-list views for efficient data management.
To install our library in your ZohoDesk project use the below command
> npm install @zohodesk/list@latest
To use the ZohoDesk List Library in your ZohoDesk project, you can follow the steps below:
Import the necessary components from the library into your project file.
You can do this by adding the following line at the top of your file:
> import { ListContainer as TableListContainer } from '@zohodesk/list';
In your app, you can use the List component by placing it within your desired component or container.
Here's an example of how to use the List component:
``jsx
``
Make sure to replace \_id, headings, api, and formatter with the appropriate values or variables in your code.
By using the List component with the provided props, you can generate a table-list view in your ZohoDesk application that fetches data from an API and displays it with the specified headings and formatting.