1.0.1 • Published 2 years ago

discord-svelte v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

discord-svelte

A Discord UI library for Svelte.


Usage

Install the library with your package manager

npm i discord-svelte
pnpm add discord-svelte

Import the components you wish to use

import { Button, Tooltip } from 'discord-svelte'

Voila! You're ready to go!

<Button label="Click Me!" color="green" />

<Tooltip text="This is a tooltip">
    this is some text
</Tooltip>