npm-footer2
v1.0.2
Published
--- # Footer Component
Downloads
3
Readme
Footer Component
A React component for displaying a footer with dynamic data.
Installation
You can install this component via npm:
npm install npm-footer2
Usage
import React from 'react';
import Footer from 'npm-footer2';
const MyComponent = () => {
return (
<Footer />
);
};
export default MyComponent;
Description
This component fetches data from a JSON file (footerData.json
) and displays it in a footer section. The footer includes sections for company information, about us, customer care, and contact us.
Props
This component does not accept any props.
License
This project is licensed under the ISC License.