UNPKG

reactjs-side-nav

Version:

A simple and customizable side navigation component for React applications, built using react-router-dom v6.

34 lines (33 loc) 829 B
{ "name": "reactjs-side-nav", "version": "1.0.5", "description": "A simple and customizable side navigation component for React applications, built using react-router-dom v6.", "main": "lib/index.js", "scripts": { "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "keywords": [ "react", "side-navigation", "sidebar", "react-router-dom", "react-component" ], "author": "LJ Thao", "license": "MIT", "dependencies": { "react": "^17.0.0", "react-router-dom": "^6.0.0" }, "peerDependencies": { "react": "^17.0.0", "react-router-dom": "^6.0.0" }, "repository": { "type": "git", "url": "https://github.com/Eljethao/react-side-nav" }, "homepage": "https://github.com/Eljethao/react-side-nav#readme" }