@wearesponge/website-greenhouse-component
v0.0.6
Published
Greenhouse implementation for listing jobs
Downloads
41
Readme
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 [email protected]:npm/website/greenhouse-component.git greenhouse-component
cd greenhouse-componentand run:
npm install
npm startTo build the component for production, run:
npm run buildUsing this component
- Publish to NPM
- Put a script tag similar to this
<script src='https://unpkg.com/@wearesponge/[email protected]/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
