navigation-bar-component-for-react
v1.0.1
Published
Made with create-react-library
Downloads
1
Readme
j
Made with create-react-library
Install
npm install --save j
Usage
import React, { Component } from 'react'
import MyComponent from 'j'
import 'j/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © kasia-js