TODO: A generic package which shows three types of list : Recipe list, books list and Request list with different UI. Can pass three different data and according to the argument we pass, it'll show different UI for different data, we need to mention which data are we providing so that it'll show the correct one.

Features

TODO: According to the argument we pass, it'll show different UI for different data, we need to mention which data are we providing so that it'll show the correct one.

Getting started

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage

TODO: /example.

const like = 'sample';

Additional information

TODO: As shown in example one should provide the type of data and data to b able to use the package without any issue, for recpie: Name, spicelevel, img,time should be provided. for books list : title, imageLink, genre, year. for request: Image, Title, location, Category, description. # helpable_packages