@assaabloy/wc-job-openings

Job Openings - Web component that displays all open job positions, it can be ordered alphabetically and filtered by category, seniority level, creation date and location.

Usage no npm install needed!

<script type="module">
  import assaabloyWcJobOpenings from 'https://cdn.skypack.dev/@assaabloy/wc-job-openings';
</script>

README

ASSA ABLOY Global web - web components

Job Openings

Custom HTML element

<job-openings items="" theme=""></job-openings>

Properties | Name | Type | Description | | ------------- | --------- | ----------------------------- | | items | Array | base64 encoded | | theme | String | |

items

[
  {
    "jobFunction": {
      "category": "Business Development",
      "name": null
    },
    "title": "Finance Vertical Business Development Director, PACS (REQ 1155)",
    "experienceLevel": {
      "value": 5,
      "name": "Director"
    },
    "locations": [
      {
        "region": "Europe",
        "country": "Netherlands",
        "state": null
      },
      {
        "region": "North and Central America",
        "country": "USA",
        "state": "Texas"
      }
    ],
    "applicationDueDate": "9 Oct 2020",
    "applicationUrl": "/en/com/career/external-job/?jobId=215220&amp;jobProvider=talent recruiter",
    "created": "2020-02-07T23:00:00.000Z"
  },

theme
Two different color options:

  • "theme-alt-1" (white)
  • "theme-alt-2" (grey)

Dependencies
@assaabloy/wc-vendor