MUICSS-yew is a component library for Yew framework based on the lightweight MUI CSS framework.
🚧 This project is still work in progress. Many components are not yet supported. If those components are needed, you may use MUI-CSS directly (i.e., with CSS and JS) with Yew.
For other Yew component libraries, please see awesome-yew.
Add these two lines in your static html file:
<link rel="stylesheet" href="https://cdn.muicss.com/mui-0.10.3/css/mui.min.css" />
<script src="https://cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
Add muicss-yew to your Cargo.toml
:
[dependencies]
muicss-yew = { git = "https://github.com/AlephAlpha/muicss-yew" }
For details, please see the following examples.