header-footer-errepar
TypeScript icon, indicating that this package has built-in type declarations

1.0.51 • Public • Published

Header Footer Errepar

This package provides the header and footer components for the Errepar site. You can use these components in your React applications to incorporate the Errepar header and footer seamlessly.

Installation

You can install the package via npm:

npm install header-footer-errepar

Usage

After installing the package, you can import the Header and Footer components in your React application as follows:

import { Header, Footer } from "header-footer-errepar";

// Use the components in your TSX
const App = () => {
  return (
    <div>
      <Header />
      {/* Your content here */}
      <Footer />
    </div>
  );
};

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

Contact

For any inquiries or questions, you can reach out to the package maintainer at santiago.pintus@errepar.com

Readme

Keywords

none

Package Sidebar

Install

npm i header-footer-errepar

Weekly Downloads

7

Version

1.0.51

License

none

Unpacked Size

218 kB

Total Files

63

Last publish

Collaborators

  • santiagopintus