mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
docs: add Reactive Button site to showcase (#6911)
* Add reactive-button.png to showcase * Add `Reactive Button` to users.tsx * optimizt image Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
009d87cbd9
commit
1305977098
2 changed files with 8 additions and 0 deletions
BIN
website/src/data/showcase/reactive-button.png
Normal file
BIN
website/src/data/showcase/reactive-button.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
|
@ -1337,6 +1337,14 @@ const Users: User[] = [
|
|||
source: 'https://github.com/reduxjs/react-redux/tree/master/website',
|
||||
tags: ['opensource'],
|
||||
},
|
||||
{
|
||||
title: 'Reactive Button',
|
||||
description: '3D animated react button component with progress bar',
|
||||
preview: require('./showcase/reactive-button.png'),
|
||||
website: 'https://arifszn.github.io/reactive-button',
|
||||
source: null,
|
||||
tags: ['design'],
|
||||
},
|
||||
{
|
||||
title: 'Realtime Web Applications Workshop',
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue