Skip to content

Commit

Permalink
chore: add video demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanluongoe committed Mar 14, 2024
1 parent f5bda25 commit bf3c048
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ yarn.lock
.env.template
public
LICENSE
*.svg
*.svg
*.mp4
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
[![npm license](https://img.shields.io/npm/l/react-stacked-toast.svg?style=flat-square)](https://www.npmjs.com/package/react-stacked-toast) -->

<p align="center">
<img src="./site/assets/logo.svg" alt="logo" style="">
<video width="480" height="360" controls>
<source src="./site/assets/demo.mp4" type="video/mp4">
</video>
</p>

<p align="center" style="font-size: 28px">
Expand Down
Binary file added site/assets/demo.mp4
Binary file not shown.

0 comments on commit bf3c048

Please sign in to comment.