## Installation ∙ [](https://www.npmjs.com/package/reacord)
```console
# bun
bun add reacord react discord.js
```
## Example
```tsx
import { useState } from "react"
import { Embed, Button } from "reacord"
function Counter() {
const [count, setCount] = useState(0)
return (
<>