A React component for displaying a footer with dynamic data.
You can install this component via npm:
npm install npm-footer2
import React from 'react';
import Footer from 'npm-footer2';
const MyComponent = () => {
return (
<Footer />
);
};
export default MyComponent;
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.
This component does not accept any props.
This project is licensed under the ISC License.