docs(www): add credits

This commit is contained in:
shadcn
2023-02-07 21:56:10 +04:00
parent b09a75275a
commit b386de2cfe

View File

@@ -4,6 +4,14 @@ description: Fast, composable, unstyled command menu for React.
component: true
---
<Callout>
The `<Command />` component is built using [`cmdk`](https://cmdk.paco.me) by
[pacocoursey](https://twitter.com/pacocoursey) and
[raunofreiberg](https://twitter.com/raunofreiberg). Check out https://cmdk.paco.me.
</Callout>
<ComponentExample src="/components/examples/command/demo.tsx" align="start">
<CommandDemo />
</ComponentExample>