docs(v2): showcase user supabase (#2233)

This commit is contained in:
awalias 2020-01-21 15:04:10 +08:00 committed by Yangshun Tay
parent 40185a649b
commit f254da5bb8
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

View File

@ -61,6 +61,15 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'Supabase',
description: 'Open Source Realtime and RESTful APIs for Postgres',
preview: require('./showcase/supabase.png'),
website: 'https://www.supabase.io/',
source: 'https://github.com/supabase/monorepo',
fbOpenSource: false,
pinned: false,
},
{
title: 'uniforms',
description: 'A set of React libraries for building forms',