@jpgilldev / steid

steid/components.toml
1.3 KBRaw
1# Topcoat UI install state. Managed by `topcoat ui`.
2version = 1
3components_dir = "src/components"
4
5[theme]
6name = "neutral"
7registry = "topcoat"
8hash = "sha256:c7bdcb5ea4ff757611ba616e92178169b262be98155c06dfa2407584d51e7459"
9file = "styles.css"
10
11[registries.topcoat.components.badge]
12hash = "sha256:ee86a6d59d019450aad3274da752d9ad490885d58edf434c56a95f4afdaaa95e"
13file = "src/components/badge.rs"
14
15[registries.topcoat.components.button]
16hash = "sha256:8dcc9609183d0a51138c7a15de06d5525388f25a3958071fab25b96efaa2b160"
17file = "src/components/button.rs"
18
19[registries.topcoat.components.card]
20hash = "sha256:f7baecc0a71b59126d311ac504c36a14fa98d438d18230b807f10f7e976a30b7"
21file = "src/components/card.rs"
22
23[registries.topcoat.components.input]
24hash = "sha256:7769330ae511769c1c50b39c75b7475b676af9072d2156398762cf505a3bf306"
25file = "src/components/input.rs"
26
27[registries.topcoat.components.label]
28hash = "sha256:cd8e7569717c82abad745f0586f03fbc759e6000988a82c8dce15182a409d0d6"
29file = "src/components/label.rs"
30
31[registries.topcoat.components.select]
32hash = "sha256:5d6bc5c890c12fad1b004569212b6bb83fda3a1e2bd5da261225845419dfbc85"
33file = "src/components/select.rs"
34
35[registries.topcoat.components.textarea]
36hash = "sha256:852407d012c458ea3b43fafa69fda9fa09287071dc0e1d2367671fe2c9173309"
37file = "src/components/textarea.rs"