Skip to content

Commit

Permalink
Add calendar item to example list
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Oct 21, 2023
1 parent ba02940 commit cfe3790
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/examples/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,19 @@ const Examples: NextPage = () => {
</div>
</Link>
</li>
<li className="grid_item">
<Link href="/examples/calendar" className="grid_card">
<div className="grid_thumbnail">
<ExampleThumbnailImage fileName="nextjs-scheduler.jpg" alt="vanilla-quill" />
</div>
<div className="grid_card_info">
<strong className="title">Calendar</strong>
<p className="desc">
This demo shows the real-time collaborative version of the Calendar with Yorkie and Next.js.
</p>
</div>
</Link>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit cfe3790

Please sign in to comment.