huntabyte / vaul-svelte

An unstyled drawer component for Svelte.
https://vaul-svelte.com
MIT License
419 stars 17 forks source link

Integrating all 3 examples into main /examples route #15

Closed cdslipp closed 8 months ago

cdslipp commented 8 months ago

Here's a new /examples page that includes 3 buttons, one to test each type of drawer. There is a separate component for each example to try to keep things from getting too unwieldy.

The bottom of the Hero has been updated with a link to the /examples page.

changeset-bot[bot] commented 8 months ago

⚠️ No Changeset found

Latest commit: a415498c36b6731bb533c5c283a527f658fe955e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

vercel[bot] commented 8 months ago

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

Name Status Preview Comments Updated (UTC)
vaul-svelte ❌ Failed (Inspect) Jan 2, 2024 10:12pm
huntabyte commented 8 months ago

Had to fix some issues with the vite config not picking up on those imports, you made PR from your main branch which caused me some issues on pushing those changes, so I moved your commits over here: #20

cdslipp commented 8 months ago

Cool, thanks!