@wearesponge/website-greenhouse-component
v0.0.6
Published
Greenhouse implementation for listing jobs
Downloads
2
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-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/[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