huntabyte / vaul-svelte

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

Website suggestion - no logic changed #14

Closed cdslipp closed 8 months ago

cdslipp commented 8 months ago

Thanks so much Hunter for your hard work on this! I can't wait to use it, it's exactly what I've been needing for a couple of projects.

I was using the demo site on vercel to test it on mobile and wanted a way to easily switch between the different example routes that are included, so I added a link to the main Hero card that takes the user to a new page at the /examples route where they can navigate to all the other examples

I also centered and styled the buttons on the example routes to match the main "Open Drawer" button style.

changeset-bot[bot] commented 8 months ago

⚠️ No Changeset found

Latest commit: 83ed946810015fd1bffe17cba34884318dadcd32

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 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 2, 2024 3:16am
huntabyte commented 8 months ago

Hey! Thanks for this. Maybe we should just have a single page /examples with buttons labeled as each example rather than having an extra step in between @cdslipp !

cdslipp commented 8 months ago

Good point! I'll do that instead in a new pr