adk-ui 2.1.0

Dynamic UI generation for ADK-Rust agents - render forms, cards, tables, charts and more
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@tailwind base;
@tailwind components;
@tailwind utilities;

.route-loading {
  display: grid;
  min-height: 100vh;
  place-items: center;
  color: #53606c;
  background: #f4f0e7;
  font: 600 0.7rem 'IBM Plex Mono', ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}