touseefiqbal
v1.0.1
Published
An npm package that exports a React component (TouseefRajput) displaying personal information.
Downloads
8
Maintainers
Readme
Touseef Iqbal Info Library
This 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.
Exported Variables
The exported object has the following properties:
- name: The full name.
Example: "Touseef Iqbal" - email: Email address.
Example: "[email protected]" - 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"
Installation
Install the package via npm:
npm install touseefiqbal
import TouseefRajput from 'touseefiqbal';
