Explore the usage of Footer
components to enhance the navigation and information accessibility in your applications.
The Footer
component is used to create a consistent and informative footer for your application.
1 import Footer from '@/shared/component/Footer';
2
3 <Footer />
The FooterSmall
component provides a minimalistic footer option with essential links and copyright information.
1 import { FooterSmall } from '@/shared/component/Footer';
2
3 <FooterSmall />