UNPKG
@dotconnor/grommet
Version:
latest (2.16.2)
2.16.2
2.16.0
2.15.2
2.15.0
focus on the essential experience
grommet.io
grommet/grommet
@dotconnor/grommet
/
es6
/
components
/
Diagram
/
stories
/
data.js
16 lines
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
var data = [{ name:
'Las Vegas'
, carat:
'1'
, color:
'white gold'
,
cut
:
'oval'
}, { name:
'Tel Aviv'
, carat:
'2'
, color:
'platinum'
,
cut
:
'emerald'
}, { name:
'Bangkok'
, carat:
'3'
, color:
'yellow'
,
cut
:
'pear'
}];