header_library_codenation
v1.1.0
Published
Header concept library made with create-react-library
Downloads
1
Readme
header_library
Header concept library made with create-react-library
Install
npm install --save header_library
Usage
import React, { Component } from 'react'
import MyComponent from 'header_library'
import 'header_library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © Benjamngarcia