Skip to content

Commit

Permalink
chore(readme): update features list
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Dutescu <[email protected]>
  • Loading branch information
filipdutescu committed Apr 2, 2023
1 parent 7221504 commit 5c033cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@ with JavaScript, but wherever it is, this crate will try and implement them._
with [Yew][yew]
* Ready to use utilities for custom component creation
* Flexible components that can be combined together. Whatever is shown in the
[Bulma][bulma] documentation can be achieved with this crate.
[Bulma][bulma] documentation can be achieved with this crate. *
* This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented
in 100% safe Rust.

> _* It might not be possible to expose everything in the same manner as
with JavaScript, but wherever it is, this crate will try and implement them._

# Usage

Since it is in the early stages of development, no complete example is made
Expand Down

0 comments on commit 5c033cd

Please sign in to comment.