@bhkim526/react-bootstrap-gn
v1.0.0
Published
poc react bootstrap global nav
Downloads
19
Readme
@bhkim526/react-bootstrap-gn
poc react bootstrap global nav
Install
npm install --save @bhkim526/react-bootstrap-gnUsage
import React, { Component } from 'react'
import MyComponent from '@bhkim526/react-bootstrap-gn'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © BK
