mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-05 21:27:24 +02:00
docs(v2): Add RactivePlayer to showcase (#4307)
* Update users.js Add ractive-player.org * Add files via upload add website screenshot
This commit is contained in:
parent
99d83995a5
commit
603c2021f7
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/ractive-player.png
Normal file
BIN
website/src/data/showcase/ractive-player.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
|
@ -485,6 +485,14 @@ const users = [
|
|||
source: 'https://github.com/questdb/questdb.io',
|
||||
tags: ['highlight', 'design', 'large'],
|
||||
},
|
||||
{
|
||||
title: 'RactivePlayer',
|
||||
description: 'Interactive videos in React',
|
||||
preview: require('./showcase/ractive-player.png'),
|
||||
website: 'https://ractive-player.org',
|
||||
source: 'https://github.com/ysulyma/ractive-player',
|
||||
tags: [],
|
||||
},
|
||||
{
|
||||
title: 'React-Leaflet',
|
||||
description: 'React components for Leaflet maps',
|
||||
|
|
Loading…
Add table
Reference in a new issue