cess 0.1.0

A CSS component library based on YEW
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Yew Sample App</title>
        <script type="module">
            import init from "./wasm.js"
            init()
        </script>
    </head>
    <body></body>
</html>