Skip to content

Commit a9a3ee2

Browse files
authored
Update README (#38)
1 parent aecd781 commit a9a3ee2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ html! {
2020
`Cargo.toml`:
2121
```toml
2222
[dependencies]
23-
material-yew = "0.2"
23+
material-yew = { version = "0.2", features = ["full"] }
24+
```
25+
or
26+
```shell
27+
cargo add material-yew --features full
2428
```
2529

2630
Material icons and a Material font can also be imported for full functionality.

0 commit comments

Comments
 (0)