navbar-react
Version:
This is a navbar
54 lines (37 loc) • 1.16 kB
Markdown
[](https://www.npmjs.com/package/navbar-react) [](https://standardjs.com)
```bash
npm install --save navbar-react
```
```jsx
import React, { Component } from 'react'
import Navbar from 'navbar-react'
class Example extends Component {
render () {
return (
<Navbar />
)
}
}
```
| Props | Type |
| ------------- |:------------- |
| items | Array of Object <b>{name: "Item 1", href: "#" }</b> |
| color | string |
| logo | image string
| Props | Type |
| ------------- |:------------- |
| itemTextColor |color name
| titleColor |color name
| hoverColor |color name
| title |string
- Star GitHub repository :star:
- Create pull requests, submit bugs or suggest new features
- Follow updates on [Github](https://github.com/SdSalaat)
MIT © [SdSalaat](https://github.com/SdSalaat)