npm-footer2

1.0.2 • Public • Published

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.


Readme

Keywords

none

Package Sidebar

Install

npm i npm-footer2

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

7.8 kB

Total Files

7

Last publish

Collaborators

  • akki2310