1.0.17 • Published 5 years ago

mui-dynamic-nav v1.0.17

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

mui-dynamic-nav

NPM JavaScript Style Guide

Install

npm install --save mui-dynamic-nav

Introduction

Mui-Dynamic-Nav was created as an utility to help streamline the inital development process for react dashboard projects. It is a dynamic package that works ontop of the react-router-dom, React, and Material-UI frameworks. It is dynamic due to the fact that it uses the Material UI theming technology which is a powerful styling tool.

Get Started

import React, { Component } from "react";
import DynamicNavbar from "mui-dynamic-nav";
const navbarData = [
  { title: "Home", href: "/", icon: "dashboard" }
]
class App extends Component {
  render() {
    return (
      <div>
          <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
          <DynamicNavbar
            title={"TITLE"}
            data={navbarData}
            type="hoverable"
          ></DynamicNavbar>
      </div>
    )
}

Documentation

More in depth documentation is hosted here.

License

MIT © dramsammy

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.9

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.1-0

5 years ago