1 个不稳定版本
0.2.0 | 2024年4月16日 |
---|
#6 in #stylist
在 stylist-tailwind 中使用
725KB
11K SLoC
Stylist tailwind 包含大量 tailwind 类,您可以在 Stylist 中使用。
安装
将以下内容添加到您的 Cargo.toml
stylist-tailwind = "0.2.0"
使用方法
有关详细使用方法,请参阅 文档。
use yew::prelude::*;
use stylist::Style;
#[styled_component]
fn MyStyledComponent() -> Html {
html! {<div class={Style::new(tw!("w-full px-4 my-8")).unwrap()}>{"Hello World!"}</div>}
}
依赖关系
~7–18MB
~267K SLoC