catalog.json
1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"packages": [
{
"name":"iron-elements",
"title":"Iron Elements",
"color":"#81c784",
"symbol": "Fe",
"tagline":"Polymer core elements"
},
{
"name":"paper-elements",
"title":"Paper Elements",
"color":"#ffffff",
"symbol": "Md",
"tagline":"Material design elements"
},
{
"name":"google-web-components",
"title":"Google Web Components",
"color":"#64B5F6",
"symbol":"Go",
"tagline":"Components for Google's APIs and services"
},
{
"name":"gold-elements",
"color":"#ffb74d",
"title":"Gold Elements",
"symbol": "Au",
"tagline":"Ecommerce Elements"
},
{
"name":"neon-elements",
"title":"Neon Elements",
"color":"#a7ffeb",
"symbol":"Ne",
"tagline": "Animation and Special Effects"
},
{
"name":"platinum-elements",
"title":"Platinum Elements",
"color":"#cfd8dc",
"symbol":"Pt",
"tagline":"Offline, push, and more"
},
{
"name":"molecules",
"title":"Molecules",
"color":"#ffab91",
"symbol":"Mo",
"tagline": "Wrappers for third-party libraries"
}
]
}