1.0.17 • Published 4 years ago

mui-dynamic-nav v1.0.17

Weekly downloads
3
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.9

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.1-0

4 years ago