docs(v2): Add react-complex-tree to users.js (#5184)

* add react-complex-tree to users.js

* add react-complex-tree preview image
This commit is contained in:
Lukas Bach 2021-07-16 11:25:58 +02:00 committed by GitHub
parent 633c2f60dd
commit 5e8c62a074
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -775,6 +775,14 @@ const Users = [
source: 'https://github.com/ysulyma/ractive-player',
tags: ['opensource'],
},
{
title: 'React Complex Tree',
description: 'Unopinionated Accessible React Tree Component with Multi-Select and Drag-And-Drop',
preview: require('./showcase/react-complex-tree.png'),
website: 'https://rct.lukasbach.com/',
source: 'https://github.com/lukasbach/react-complex-tree',
tags: ['opensource'],
},
{
title: 'React-Leaflet',
description: 'React components for Leaflet maps',