**Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Need to create the following component: <img width="781" height="361" alt="Image" src="https://github.com/user-attachments/assets/aba69201-0de0-44b6-9383-ca9bbb749382" /> Should be more of a squircle design **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> **BEFORE MERGING** - [ ] Storybooks created where possible - [ ] Tested with [react testing library](https://testing-library.com/docs/react-testing-library/example-intro) - [ ] Tests written for critical interactions - [ ] PR Reviewed (For non-trivial changes) - [ ] Changes tested after rebasing on master or merging in master (_hint_: `git fetch origin master:master`, then `git rebase master` or `git merge master`) - [ ] All required PR checks passing
Is your feature request related to a problem? Please describe.
Need to create the following component:
Should be more of a squircle design
Describe the solution you'd like
Describe alternatives you've considered
Additional context
BEFORE MERGING
git fetch origin master:master, thengit rebase masterorgit merge master)