1.2.3 • Published 5 years ago

theoderic_navigation_menu v1.2.3

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

theoderic_navigation_menu

A very responsive navigation menu with a flexible layout, can be used with react-router, and it has the flexibility of using unlimited menu items, you can also position the menu Items using the seperator_index, you should it it a valud of 2.3, you can add backrground, change text color, increase font-size, change google fonts, and lots more

NPM JavaScript Style Guide

Install

npm install --save theoderic_navigation_menu
yarn add theoderic_navigation_menu

Usage

import React, { Component } from 'react'

import MyComponent from 'theoderic_navigation_menu'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

Flexible Usage

import React, { Component } from 'react'

import ExampleComponent from 'theoderic_navigation_menu'

export default class App extends Component {
  render () {
    return (
      <div>
        <ExampleComponent googleFont="Baumans" logo_link="https://www.sportradar.com/wp-content/themes/company-themes/sr-main3/img/sportradar-logo.svg" smallCaps={false} fontSize={14} logo_width={250} logo_height={130} fontColor="black" bgColor="white" seperator_index={2.3}>
        <li>Home</li>
       <li>About Us</li>
       <li>Products</li>
       <li>Who we are</li>
		</ExampleComponent>        
      </div>
    )
  }
}

Properties

logo_link: PropTypes.string,
logo_width: PropTypes.number,
logo_height: PropTypes.number,
fontSize: PropTypes.number,
fontColor: PropTypes.string,
fontStyle: PropTypes.string,
smallCaps: PropTypes.bool,
googleFont: PropTypes.string,
bgColor: PropTypes.string,
aligner: PropTypes.number,
seperator_index: PropTypes.number,

License

MIT © onipetheoderic

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago