steid

@jamesgill /

steid/components.toml
1018 BCode·Blame·Raw
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.button]
12hash = "sha256:8dcc9609183d0a51138c7a15de06d5525388f25a3958071fab25b96efaa2b160"
13file = "src/components/button.rs"
14
15[registries.topcoat.components.card]
16hash = "sha256:f7baecc0a71b59126d311ac504c36a14fa98d438d18230b807f10f7e976a30b7"
17file = "src/components/card.rs"
18
19[registries.topcoat.components.input]
20hash = "sha256:7769330ae511769c1c50b39c75b7475b676af9072d2156398762cf505a3bf306"
21file = "src/components/input.rs"
22
23[registries.topcoat.components.label]
24hash = "sha256:cd8e7569717c82abad745f0586f03fbc759e6000988a82c8dce15182a409d0d6"
25file = "src/components/label.rs"
26
27[registries.topcoat.components.textarea]
28hash = "sha256:852407d012c458ea3b43fafa69fda9fa09287071dc0e1d2367671fe2c9173309"
29file = "src/components/textarea.rs"