2 个版本
0.0.2 | 2023年8月27日 |
---|---|
0.0.1 | 2023年8月24日 |
#18 in #webasm
22KB
705 代码行
nes-yew
由 nes-react 衍生的 nes.css 组件库的 Yew 库
安装
cargo add nes-yew
演示
https://lightsing.github.io/nes-yew/
使用方法
如果您想使用 nes.css 的默认字体家族(Press Start 2P),请确保以您选择的方式将其包含在您的应用程序中。要使用 Google Font API,只需在您的 index.html
中加入以下代码。
<link
href="https://fonts.googleapis.com/css?family=Press+Start+2P"
rel="stylesheet"
/>
in your npm install
in both the in /example.
use nes_yew::*;
#[function_component]
fn App() -> Html {
html! {
<Container>{"We're using containers from nes.css!"}</Container>
}
}
开发
git clone [email protected]:lightsing/nes-yew.git
npm install
在 /example 中执行。
trunk serve
然后在 /example 中执行。
许可证
MIT © lightsing
依赖项
~11–14MB
~258K SLoC