canvaro-job-listing

A canvaro react library to show job listing

Usage no npm install needed!

<script type="module">
  import canvaroJobListing from 'https://cdn.skypack.dev/canvaro-job-listing';
</script>

README

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