Skip to content

Commit

Permalink
add managing lists recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
voliva committed May 8, 2021
1 parent ea6be45 commit 45936d1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/recipes/managing-lists.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Managing lists
---

<iframe src="https://codesandbox.io/embed/managing-lists-vwz8l?fontsize=14&hidenavigation=1&theme=dark"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="managing-lists"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
style={{
width: '100%',
height: '80vh',
border: '0',
borderRadius: 8,
overflow: 'hidden',
position: 'static',
zIndex: 0,
}}
></iframe>
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
someSidebar: {
Introduction: ["motivation", "quick-start", "features"],
Recipes: ["recipes/invalidate-query"],
Recipes: ["recipes/managing-lists", "recipes/invalidate-query"],
"API Reference": [
{
type: "category",
Expand Down

0 comments on commit 45936d1

Please sign in to comment.