mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
Adding Motion Layout to showcase users (#2450)
This commit is contained in:
parent
5813faab32
commit
08616997da
2 changed files with 10 additions and 0 deletions
BIN
website/src/data/showcase/motion-layout.png
Normal file
BIN
website/src/data/showcase/motion-layout.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 195 KiB |
|
@ -81,6 +81,16 @@ const users = [
|
||||||
fbOpenSource: false,
|
fbOpenSource: false,
|
||||||
pinned: false,
|
pinned: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Motion Layout',
|
||||||
|
description:
|
||||||
|
'Create beautiful immersive React.js animations using shared components',
|
||||||
|
preview: require('./showcase/motion-layout.png'),
|
||||||
|
website: 'https://motion-layout.azurewebsites.net',
|
||||||
|
source: 'https://github.com/jeffersonlicet/react-motion-layout',
|
||||||
|
fbOpenSource: false,
|
||||||
|
pinned: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Neutron JS',
|
title: 'Neutron JS',
|
||||||
description: 'An open source CLI to work with Redux + Redux Saga',
|
description: 'An open source CLI to work with Redux + Redux Saga',
|
||||||
|
|
Loading…
Add table
Reference in a new issue