Business ISS

Job Card

Carte d'offre d'emploi. Site public (catalogue), espace candidat (recommandations), back-office RH (gestion).

Exemple

Développeur React Senior

ISS Tech · Abidjan

Ouvert
Abidjan, PlateauCDIIl y a 2j
ReactTypeScriptRemote
Voir l'offre

Props

PropTypeDéfautDescription
titlestringIntitulé du poste.
companystringEntreprise + entité ISS associée.
locationstringVille et zone.
contractstringCDI, CDD, Intérim, Freelance.
postedAtstringDate de publication relative.
tagsstring[]Compétences / mots-clés.
status{ label, tone }Badge de statut de l'offre.

Code

import { JobCard } from "@/components/iss/business";

<JobCard title="Développeur React" company="ISS Tech" location="Abidjan"
  contract="CDI" postedAt="Il y a 2j" tags={["React"]}
  status={{ label: "Ouvert", tone: "success" }} />