1.0.0 • Published 4 years ago

canvaro-job-listing v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

canvaro-job-listing

A canvaro react library to show job listing

NPM JavaScript Style Guide

Install

npm install --save canvaro-job-listing

Usage

import React, { Component } from 'react'

import MyComponent from 'canvaro-job-listing'
import 'canvaro-job-listing/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © sgpatil