Skip to content

Commit 2e02371

Browse files
committed
Update playground demos to showcase description
1 parent 3aa3cc3 commit 2e02371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/demos.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const DEMOS = [
55
schema: {
66
type: 'array',
77
title: 'Shopping list',
8+
description: 'Add items to your shopping list',
89
items: {
910
type: 'string'
1011
},
@@ -19,6 +20,7 @@ const DEMOS = [
1920
slug: 'object-dict',
2021
schema: {
2122
type: 'object',
23+
description: 'Fill in your personal details',
2224
keys: {
2325
first_name: {type: 'string'},
2426
last_name: {type: 'string'},

0 commit comments

Comments
 (0)