Giter Club home page Giter Club logo

greenhouse-webflow's Introduction

CDN link

<script src="https://cdn.jsdelivr.net/gh/kartikk-k/[email protected]/dist/index.js"></script>

Main element

tc-greenhouse-element="main" - everything realted to greenhouse should be inside this element

Requried attributes

tc-greenhouse-board-id="{board_id}" - board id from greenhouse

Optional attributes (settings)

tc-greenhouse-paginate="{true or false}" - default value false | choose between pagination or load more format

tc-greenhouse-results-per-page="{number}" - default 5 | results per page

Rendering list of jobs

tc-greenhouse-element="list" - main element for rendering list of jobs
NOTE: this element should be inside main element

tc-greenhouse-element="list-item" - element for rendering a job (element with this attribute will be picked and used to render all jobs in the list)
NOTE: this element should be inside list element

Rendering values in list-item (everything is optional and should be inside list-item element)

tc-greenhouse-element="title" - job title

tc-greenhouse-element="location" - job location

tc-greenhouse-element="department" - job department

tc-greenhouse-element="link" - to open job on greenhouse when clicked

Additional elements(everything inside main element and outside list element)

tc-greenhouse-element="load-more" - element for load more button
NOTE: if pagination is set to false

tc-greenhouse-element="loader" - element for showing loader until data is fetched

tc-greenhouse-element="empty-state" - element for showing empty state when no jobs are found

tc-greenhouse-element="error" - element for showing error when something goes wrong or board is not found

pagination buttons provided by webflow - for pagination (if paginate is set to true)

Filters & Search (should be inside main element)

Filters (optional)

tc-greenhouse-filter="location" - filter by location tc-greenhouse-filter="department" - filter by department

Search (optional)

tc-greenhouse-element="search" - search input for searching jobs

Structure

  -body----------------------
  |                         |
  |  -main------------------|
  |  |                      |
  |  |  -filters & search---|
  |  |                      |
  |  |                      |
  |  |  -list---------------|
  |  |  |                   |
  |  |  |  -list-item-------|
  |  |  |  |                |
  |  |  |  |  -title--------|
  |  |  |  |  -location-----|
  |  |  |  |  -department---|
  |  |  |  |                |
  |  |  |  |  -open---------|
  |  |  |  |                |
  |  |  |  |                |
  |  |  -load-more----------|
  |  |  -loader-------------|
  |  |  -empty-state--------|
  |  |  -error--------------|
  |  |                      |
  |  -----------------------|

greenhouse-webflow's People

Contributors

alexiglesias93 avatar kartikk-k avatar erikmejias avatar armandsalle avatar dependabot[bot] avatar

Watchers

 avatar

Forkers

thunderclap-git

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.