Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add dropdown component #11

Merged
merged 3 commits into from
Nov 15, 2024
Merged

Conversation

AmirAgassi
Copy link
Member

📂 Add Dropdown Component

🔍 What's Included

  • Added Dropdown component.

📁 Files Affected:

  • src/components/Dropdown.tsx
  • src/components/index.ts
  • src/pages/Landing.tsx

@AmirAgassi AmirAgassi requested a review from juancwu November 12, 2024 03:47
@AmirAgassi AmirAgassi self-assigned this Nov 12, 2024
@AmirAgassi AmirAgassi linked an issue Nov 12, 2024 that may be closed by this pull request
@juancwu juancwu added the enhancement New feature or request label Nov 13, 2024
@juancwu juancwu added this to the Barebones FE milestone Nov 13, 2024
placeholder = 'Select'
}) => {
return (
<div className="w-[400px]">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use a max width instead to allow the component to shrink

@AmirAgassi AmirAgassi requested a review from juancwu November 15, 2024 05:33
@aidantrabs
Copy link
Member

conflicts!!!

@AmirAgassi AmirAgassi merged commit 83dc6e8 into main Nov 15, 2024
@juancwu juancwu deleted the 5-fe-create-dropdown-component branch November 22, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

FE: Create dropdown component
3 participants