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
- Host: GitHub
- URL: https://github.com/tsparticles/riot
- Owner: tsparticles
- License: mit
- Created: 2022-11-11T00:52:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T19:31:50.000Z (5 months ago)
- Last Synced: 2025-04-30T20:37:30.543Z (5 months ago)
- Topics: hacktoberfest, javascript, riot, tsparticles, typescript
- Language: JavaScript
- Homepage:
- Size: 308 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://particles.js.org)
# riot-particles
[](https://www.npmjs.com/package/riot-particles) [](https://www.npmjs.com/package/riot-particles) [](https://github.com/sponsors/matteobruni)
Official [tsParticles](https://github.com/matteobruni/tsparticles) RiotJS component
[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
[](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)