-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
User Story
As a dev, I want reusable, flexible components to use while building BRANCH
Description
This ticket is to implement the header component from our component library
Acceptance Criteria
- Create the
componentsfolder in frontend/src/app if it does not exist - Implement the header component
- Make sure it accepts an icon and text for flexibility, with defaults matching the Figma
- Write jest tests for your components (.test.tsx)
- Verify your component matches the figma (can test by putting it on home page) and is flexible
Note: We will use typescript
Reactions are currently unavailable