JaleelB / emblor

A fully-featured tag input component built with shadcn/ui
https://emblor.jaleelbennett.com
MIT License
526 stars 23 forks source link

Fixed chevron not rotating issue and fixed typo in popover component #64

Closed bhaleraosaurabh closed 1 week ago

bhaleraosaurabh commented 1 week ago

List of fixed issues

  1. Fixed chevron not automatically rotating on opening and closing the popover for tags.
  2. Renamed packages/emblor/src/ui/popoever.tsx to packages/emblor/src/ui/popover.tsx fixing typo in the file name.
  3. Updated the imports for the popover in the files that it was being used in:
    • packages/emblor/src/tag/autocomplete.tsx
    • tag-popover.tsx

https://github.com/JaleelB/emblor/assets/20025249/3a551579-7b62-4cef-8049-1ef82969ce42

vercel[bot] commented 1 week ago

@bhaleraosaurabh is attempting to deploy a commit to the jaleelb's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
emblor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2024 5:27pm
bhaleraosaurabh commented 1 week ago

closes #63