6 releases
0.2.1 | Apr 16, 2024 |
---|---|
0.2.0 | Apr 16, 2024 |
0.1.4 | Apr 7, 2024 |
0.1.1 | Dec 15, 2023 |
#12 in #tailwind
725KB
11K
SLoC
Stylist tailwind contains a bunch of tailwind classes that you can use in Stylist.
Install
Add the following to your Cargo.toml
:
stylist-tailwind = "0.2.0"
Usage
For detailed usage, please see documentation.
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>}
}
Dependencies
~7–18MB
~255K SLoC