thaw 0.4.8

An easy to use leptos component library
Documentation
1
2
3
4
5
6
7
8
.thaw-config-provider {
    font-family: var(--fontFamilyBase);
    font-size: var(--fontSizeBase300);
    line-height: var(--lineHeightBase300);
    font-weight: var(--fontWeightRegular);
    background-color: var(--colorNeutralBackground1);
    color: var(--colorNeutralForeground1);
}