1 个不稳定版本
0.2.0 | 2024年4月16日 |
---|
#4 in #stylist
在 2 个crate中使用
720KB
11K SLoC
Stylist tailwind 包含了大量可以在 Stylist 中使用的 Tailwind 类。
安装
将以下内容添加到您的 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–22MB
~291K SLoC