@igalaxy/presence-kit
TypeScript icon, indicating that this package has built-in type declarations

0.4.16 • Public • Published

@igalaxy/presence-kit

A kit of React components for displaying user presence on various platforms

To get started:

npm install @igalaxy/presence-kit
OR
yarn add @igalaxy/presence-kit

@igalaxy/presence-kit currently only has one component, Discord. To use:

import { Discord } from '@igalaxy/presence-kit';

export default function MyComponent() {
	return (
		<>
			<Discord id={'182292736790102017'} />
		</>
	);
}

The Discord component uses Lanyard to function. Ensure you are in the Lanyard Discord server or your presence will not be able to be tracked.

Readme

Keywords

none

Package Sidebar

Install

npm i @igalaxy/presence-kit

Weekly Downloads

11

Version

0.4.16

License

MIT

Unpacked Size

48.6 kB

Total Files

9

Last publish

Collaborators

  • igalaxy