pfc-footer
v1.1.12
Published
A premium customizable footer component for React applications
Maintainers
Readme
React Footer Component
A highly customizable footer component for React applications.
Installation
npm install pfc-footer
# or
yarn add pfc-footerUsage
At the top of your Component:
import { PFCFooter } from "pfc-footer";
then use it:
<PFCFooter />
you can also add a color="" to it to make it white or minimal:
<PFCFooter color="white" />