pib-components-dx-base 0.0.0-upstream-snapshot.2026-09-19.1

temporary fork for Politik im Blick - Dioxus components
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
.dx-aspect-ratio-container {
  overflow: hidden;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: .5rem;
}

.dx-aspect-ratio-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}