MyGit

ranile/material-yew

Fork: 35 Star: 229 (更新于 2024-10-29 20:34:14)

license: Apache-2.0

Language: Rust .

Yew wrapper for Material Web Components

最后发布版本: v0.2.0 ( 2022-06-20 01:18:58)

官方网址 GitHub网址

Material Yew

Material Yew is a components library for Yew framework which is a wrapper around Material Web Components exposing Yew components. All modern browsers are supported.

Example

use material_yew::Button;
use yew::html;

html! {
    <Button label="Click me!" />
};

Getting started

Installation

Cargo.toml:

[dependencies]
material-yew = "*"

Material icons and a Material font can also be imported for full functionality.
index.html:

<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet">

It's also important to note that you need viewport meta tag for the Material Components to be responsive.

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Documentation

Full API documentation can be found here.

Contributing

  1. Fork it (https://github.com/hamza1311/material-yew)
  2. Create your feature branch (git checkout -b your-feature-branch)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin your-feature-branch)
  5. Create a new Pull Request

最近版本更新:(数据更新于 2024-10-02 11:15:56)

2022-06-20 01:18:58 v0.2.0

2021-05-20 03:12:23 v0.1.0

主题(topics):

material-components, material-design, rust, wasm, wrapper, yew, yew-material

ranile/material-yew同语言 Rust最近更新仓库

2024-11-05 08:48:52 lapce/lapce

2024-11-04 19:47:57 dashpay/platform

2024-11-01 02:26:55 mediar-ai/screenpipe

2024-10-30 06:09:45 electric-capital/crypto-ecosystems

2024-10-29 10:21:58 rustdesk/rustdesk

2024-10-27 15:42:03 jtroo/kanata