mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 10:48:05 +02:00
docs: add FlatifyCSS to showcase (#6271)
* Update users.tsx * Update website/src/data/users.tsx * add image Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
a03788374e
commit
4efdd33df9
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/flatifycss.png
Normal file
BIN
website/src/data/showcase/flatifycss.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
|
@ -552,6 +552,14 @@ const Users: User[] = [
|
||||||
source: 'https://github.com/Flagsmith/flagsmith-docs',
|
source: 'https://github.com/Flagsmith/flagsmith-docs',
|
||||||
tags: ['opensource'],
|
tags: ['opensource'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'FlatifyCSS',
|
||||||
|
description: 'Modern flat design framework for the web — inspired by Duolingo design system.',
|
||||||
|
preview: require('./showcase/flatifycss.png'),
|
||||||
|
website: 'https://flatifycss.com',
|
||||||
|
source: 'https://github.com/amir2mi/flatifycss/',
|
||||||
|
tags: ['opensource', 'design'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Flipper',
|
title: 'Flipper',
|
||||||
description: 'Extensible mobile app debugger',
|
description: 'Extensible mobile app debugger',
|
||||||
|
|
Loading…
Add table
Reference in a new issue