formkit / auto-animate

A zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with React, Vue, or any other JavaScript application.
https://auto-animate.formkit.com
MIT License
11.96k stars 210 forks source link

docs: add bun installation command #187

Open jchrobakk opened 6 months ago

jchrobakk commented 6 months ago

There was no Bun command in the installation instructions. It's quite popular right now. I use it myself and like it when the package has a command for it and I can copy-paste the installation command. I think it will be useful for Bun users!

vercel[bot] commented 6 months ago

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

Name Status Preview Comments Updated (UTC)
auto-animate ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2023 7:27pm
justin-schroeder commented 6 months ago

Close! it takes a bit more to get that in there, you’ll need an svg of the bun logo for the switcher and then youll need to add it to the component where it is actually used. You can run dev locally to get it squared away. Happy to accept the PR once its complete 👍