An npm package that exports a React component (TouseefRajput) displaying personal information.
npm install touseefiqbalThis package exports an object containing personal information about Touseef Iqbal. The object includes various details that you can use in any JavaScript or React project.
The exported object has the following properties:
- name: The full name.
_Example: "Touseef Iqbal"_
- email: Email address.
_Example: "touseefiqbal845@gmail.com"_
- village: Hometown or village.
_Example: "Jokhian Chattha"_
- cost: Caste information.
_Example: "Rajput"_
- height: Height.
_Example: "5 inch"_
- country: Country of origin.
_Example: "Pakistan"_
- fatherName: Father's name.
_Example: "Rana Iqbal"_
Install the package via npm:
```bash
npm install touseefiqbal
import TouseefRajput from 'touseefiqbal';