Customizable menu component
npm install nextstep-menu> Customizable menu component
 
``bashnpm
npm install --save nextstep-menu
Usage
`tsx
import {AnimatedNavbar} from 'nextstep-menu'const ExampleDropdown = () => {
return (
Example Component
)
}const navigationConfig = [
{title: "Example", dropdown: ExampleDropdown}
]
``Code ported to typescript and heavily influenced by aholacheck
MIT © NextStepDev