@wearesponge/website-greenhouse-component

Greenhouse implementation for listing jobs

Usage no npm install needed!

<script type="module">
  import wearespongeWebsiteGreenhouseComponent from 'https://cdn.skypack.dev/@wearesponge/website-greenhouse-component';
</script>

README

Built With Stencil

Website Greenhouse Component

Greenhouse implementation for listing jobs

Getting Started

To start working on this web component, clone this repo to a new directory:

git clone git@git.wearesponge.com:npm/website/greenhouse-component.git greenhouse-component
cd greenhouse-component

and run:

npm install
npm start

To build the component for production, run:

npm run build

Using this component

  • Publish to NPM
  • Put a script tag similar to this <script src='https://unpkg.com/@wearesponge/website-greenhouse-component@0.0.1/dist/website-greenhouse-component.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc