JB

job-board

@particle-academy/job-board

The React surface for laravel-jobs — a public board, employer posting management, and candidate applications. The UI is never the authorization: the backend gates deny-by-default, so assume every action a component renders will also be attempted directly against the API.

TSUI · 6 components6 components
$npm install @particle-academy/job-board
Pairs withlaravel-jobs

Components

6 components · click any tile for a full demo, source, and install snippet.

JobBoardOpen →
JobBoard
Live preview coming soon
The public list, with filters.
JobDetailOpen →
JobDetail
Live preview coming soon
A single posting.
ApplyFormOpen →
ApplyForm
Live preview coming soon
A candidate application. Anonymous applications are supported by the backend.
JobPostingFormOpen →
JobPostingForm
Live preview coming soon
Create or edit a posting, employer side.
EmployerJobListOpen →
EmployerJobList
Live preview coming soon
An employer's own postings and their draft / published / closed status.
ApplicationListOpen →
ApplicationList
Live preview coming soon
Applications against a posting, through the six-state status flow.