Navi
Next.js Navi
Install responsive-navbar
Navigate to project dir and nstall responsive-navbar
and react-icons
:
npm install responsive-navbar react-icons
Add a Navi Component
Create Component File:
<!-- TODO --> Add final page contents here.
In '/app/layout.tsx`:
<Navi />
{children}
and
import React from 'react';
import { Navi } from '@/components'
Copyright @ 2024 Anne Brown