viewy 2.0.6

A web UI toolkit that combine the advantages of a design system and an ui library.
1
2
3
4
5
6
.divider {
  margin: sp(16) 0;
  height: sp(1);
  background: var(--color-border);
  width: 100%;
}