A
Anonymous

Tab Container - Copy this React, Mui Component to your project

a tabbed interface that allows users to either search for jobs or filter jobs by industry. The component uses React hooks for state management and styled components for styling. It also uses the framer-motion library for animations. The component has two tabs: "Search Jobs" and "Filter by Industry". When the user switches between tabs, the component animates the transition between the two views. In the "Search Jobs" tab, the component renders a JobSearch component In the "Filter by Industry" tab, the component renders an IndustrySelector component, which allows the user to select an industry and sub-industry. The component then filters the list of jobs based on the selected industry and sub-industry, and renders a JobSearch component with the filtered list of jobs. The component also displays a chip (a small, rounded rectangle) that shows the currently selected industry and sub-industry. The user can click on the chip to remove the filter.

Prompt
Component Preview

About

TabContainer - A tabbed interface for job searching or filtering by industry. Built with React and MUI, it features animations, chips fo. Access free code!

Share

Last updated 1 month ago