Components
Loading preview...
This JobCard component is a polished, reusable UI block built with Shadcn UI and Tailwind CSS, designed to display job postings in a clean and engaging way. It features a header with a company avatar (logo or fallback initials), company name, and salary/rate information, followed by the main content section with the job title, location, type, and experience requirements. The footer provides multiple action buttons.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/job-cardimport JobCard from "@/components/ui/job-card";
export default function DemoOne() {
return <JobCard />;
}