npm install --save navbar-reactimport React, { Component } from 'react'
import Navbar from 'navbar-react'
class Example extends Component {
render () {
return (
<Navbar />
)
}
}| Props | Type |
|---|---|
| items | Array of Object {name: "Item 1", href: "#" } |
| color | string |
| logo | image string |
| Props | Type |
|---|---|
| itemTextColor | color name |
| titleColor | color name |
| hoverColor | color name |
| title | string |
- Star GitHub repository ⭐
- Create pull requests, submit bugs or suggest new features
- Follow updates on Github
MIT © SdSalaat