Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshmerlino/react-discord-invite

A React component to invite users to a Discord server with an interactive widget.
https://github.com/joshmerlino/react-discord-invite

Last synced: about 1 month ago
JSON representation

A React component to invite users to a Discord server with an interactive widget.

Awesome Lists containing this project

README

        

# react-discord-invite

```bash
npm install -D react-discord-invite
```

```javascript
import DiscordInvite from "react-discord-invite";
import "react-discord-invite/dist/style.css";
```

```javascript

```
### Props
| Prop | Default | Type | Description |
| - | - | - | - |
| palette | "dark" | "light" \| "dark" | Sets the color scheme of the component. |
| guild | *required* | String | Sets the ID or invite code of the guild. |