Components
Loading preview...
Basic careers section with jobs grouped by role with location label and link
@shadcnblockscom
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/careers-4import { Careers4 } from "@/components/ui/careers-4";
const DemoOne = () => {
return (
<Careers4 />
);
};
export { DemoOne };