thaw 0.4.8

An easy to use leptos component library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.thaw-layout {
    flex: auto;
}

.thaw-layout--absolute-positioned {
    background-color: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.thaw-layout--absolute-positioned
    > .thaw-scrollbar
    > .thaw-scrollbar__container {
    display: flex;
}