detaxine-ui 0.8.29

A UI Library for Leptos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link data-trunk rel="css" href="/styles/output.css" />
</head>

<body class="overflow-x-hidden font-primary text-body bg-contrast-white dark:bg-navy text-gray dark:text-mid-gray">
    <div id="modal-root"></div>
</body>

</html>