AlephAlpha / muicss-yew

[WIP] MUI-CSS Components for Yew framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

muicss-yew

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.

Usage

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.

Supported components and examples

About

[WIP] MUI-CSS Components for Yew framework


Languages

Language:Rust 98.2%Language:HTML 1.8%