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
Abidjan, PlateauCDIIl y a 2j
ReactTypeScriptRemote
Props
| Prop | Type | Défaut | Description |
|---|---|---|---|
| title | string | — | Intitulé du poste. |
| company | string | — | Entreprise + entité ISS associée. |
| location | string | — | Ville et zone. |
| contract | string | — | CDI, CDD, Intérim, Freelance. |
| postedAt | string | — | Date de publication relative. |
| tags | string[] | — | 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" }} />