DOWINN-INTERN / employee-record-system-frontend

🤖 A simple and responsive application for managing employee records, built with React, TypeScript, and Tailwind CSS. It lets you easily add, view, and update employee information.
MIT License
1 stars 0 forks source link

Branch - Card Component - Edit Button #25

Open wndrflgrc opened 4 months ago

wndrflgrc commented 4 months ago

This component contains 2 buttons, 1 for editing a branch and the other for setting if the branch is Active or Inactive. All the icons I used is from React Icons

This is the button for Editing a branch: https://github.com/DOWINN-INTERN/employee-record-system-frontend/blob/ed087a380ff53f6b7a76fd1a6cd4ad9b3e44144f/main/src/pages/Organization/Branch/CardBranchButton.tsx#L128-L139

And this is the modal that will appear: https://github.com/DOWINN-INTERN/employee-record-system-frontend/blob/ed087a380ff53f6b7a76fd1a6cd4ad9b3e44144f/main/src/pages/Organization/Branch/CardBranchButton.tsx#L154-L234