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

https://github.com/tsparticles/riot

Riot.js tsParticles official component
https://github.com/tsparticles/riot

hacktoberfest javascript riot tsparticles typescript

Last synced: 5 months ago
JSON representation

Riot.js tsParticles official component

Awesome Lists containing this project

README

          

[![banner](https://particles.js.org/images/banner3.png)](https://particles.js.org)

# riot-particles

[![npm](https://img.shields.io/npm/v/riot-particles)](https://www.npmjs.com/package/riot-particles) [![npm downloads](https://img.shields.io/npm/dm/riot-particles)](https://www.npmjs.com/package/riot-particles) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni)

Official [tsParticles](https://github.com/matteobruni/tsparticles) RiotJS component

[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles)

[![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")

## Installation

```shell
npm install riot-particles
```

or

```shell
yarn add riot-particles
```

## Usage

```html

import RiotParticles from "riot-particles";
import { loadFull } from "tsparticles";

export default {
components: {
RiotParticles,
},
};

/>
```

## Demos

The demo website is [here](https://particles.js.org)

There's also a CodePen collection actively maintained and updated [here](https://codepen.io/collection/DPOage)