1.0.0 • Published 2 years ago

react-responsive-navs v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

react-responsive-nav

If you're wondering how to use this:

See a working example on CodeSandbox

Or a code example on GitHub


Development

npm install to install dev deps

npm link to make a link so you can import the module for testing locally (need to rebuild after changes)

npm build to build and update the deployed module

Create a new example app with create-react-app, then run npm link react-responsive-nav, from there you can import it and use it like any other module import { Navbar } from "react-responsive-nav".

Run npm run start to begin watching changes during development, then in the secondary project (created with CRA) you can also run npm run start there, when you make changes you'll have hot reloading for both.