diff --git a/docs/src/examples/installation/index.ts b/docs/src/examples/installation/index.ts index 473c0fd..fa55461 100644 --- a/docs/src/examples/installation/index.ts +++ b/docs/src/examples/installation/index.ts @@ -14,4 +14,9 @@ export default { language: "shell", title: "~/my-app", }, + bun: { + example: "bun install @formkit/auto-animate", + language: "shell", + title: "~/my-app", + }, }