UNPKG
@datalayer/primer-rjsf
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.8
0.0.7
React JSON Schema Form (RJSF) for Primer
datalayer.github.io/primer-rjsf
datalayer/primer-addons
@datalayer/primer-rjsf
/
lib
/
playground
/
samples
/
examples.js
15 lines
(14 loc)
•
366 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export default { schema: { title:
"Examples"
, description:
"A text field with example values."
, type:
"object"
, properties: { browser: { type:
"string"
, title:
"Browser"
, examples: [
"Firefox"
,
"Chrome"
,
"Opera"
,
"Vivaldi"
,
"Safari"
], }, }, }, };