sek-consulting / solid-ui

Beautifully designed components. Built with Kobalte & corvu. Styled with Tailwind CSS.
https://www.solid-ui.com
MIT License
674 stars 25 forks source link

feat(drawer): add transitions #60

Closed GiyoMoon closed 4 months ago

GiyoMoon commented 4 months ago

This pr adds css transitions to the drawer component to:

Additionally, I disabled user select on desktop (md:select-none) to match with shadcn/vaul.

I also removed two unnecessary uses of corvu's <As/> component.

changeset-bot[bot] commented 4 months ago

🦋 Changeset detected

Latest commit: fbf8ffdc44fc865cbc62818c5e5c7b410fae1f39

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---- | ----- | | docs | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vercel[bot] commented 4 months ago

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

Name Status Preview Comments Updated (UTC)
solid-ui-components ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 7, 2024 4:53pm
sek-consulting commented 4 months ago

thank you!