-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathadalo.json
57 lines (57 loc) · 1.28 KB
/
adalo.json
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
54
55
56
57
{
"author": "Adalo",
"description": "Material UI Components for Proton",
"displayName": "Material Design",
"components": [
{
"name": "AppBar",
"manifest": "./src/AppBar/manifest.json"
},
{
"name": "TabNavigator",
"manifest": "./src/TabNavigator/manifest.json"
},
{
"name": "ActionButton",
"manifest": "./src/ActionButton/manifest.json"
},
{
"name": "Button",
"manifest": "./src/TextButton/textButtonManifest.json"
},
{
"name": "Icon",
"manifest": "./src/Icon/manifest.json"
},
{
"name": "IconToggle",
"manifest": "./src/IconToggle/manifest.json"
},
{
"name": "SimpleList",
"manifest": "./src/SimpleList/manifest.json"
},
{
"name": "ImageList",
"manifest": "./src/ImageList/manifest.json"
},
{
"name": "CardList",
"manifest": "./src/CardList/manifest.json"
},
{
"name": "AvatarList",
"manifest": "./src/AvatarList/manifest.json"
},
{
"name": "HorizontalImageList",
"manifest": "./src/HorizontalImageList/manifest.json"
},
{
"name": "ChipList",
"manifest": "./src/ChipList/manifest.json"
}
],
"logo": "./logo.png",
"webpackConfig": "./webpack.config.js"
}