1.0.7 • Published 11 months ago
@najwer23snacks/footer v1.0.7
The @najwer23snacks/footer package provides a customizable footer component for React applications. Designed with flexibility and responsiveness in mind, this component allows developers to easily integrate a footer into their projects while maintaining a consistent design across different screen sizes.
Install
yarn add @najwer23snacks/footer --dev
npm install @najwer23snacks/footer --save-dev
Example
import { Footer } from "@najwer23snacks/footer";
export const Example = () => {
return (
<>hello</>
);
}