Skip to content

Commit 45936d1

Browse files
committed
add managing lists recipe
1 parent ea6be45 commit 45936d1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/recipes/managing-lists.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Managing lists
3+
---
4+
5+
<iframe src="https://codesandbox.io/embed/managing-lists-vwz8l?fontsize=14&hidenavigation=1&theme=dark"
6+
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
7+
title="managing-lists"
8+
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
9+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
10+
style={{
11+
width: '100%',
12+
height: '80vh',
13+
border: '0',
14+
borderRadius: 8,
15+
overflow: 'hidden',
16+
position: 'static',
17+
zIndex: 0,
18+
}}
19+
></iframe>

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
someSidebar: {
33
Introduction: ["motivation", "quick-start", "features"],
4-
Recipes: ["recipes/invalidate-query"],
4+
Recipes: ["recipes/managing-lists", "recipes/invalidate-query"],
55
"API Reference": [
66
{
77
type: "category",

0 commit comments

Comments
 (0)