From 5c033cd39f5b65308fff9f511672d30e602008bd Mon Sep 17 00:00:00 2001 From: Filip Dutescu Date: Sun, 2 Apr 2023 12:27:46 +0300 Subject: [PATCH] chore(readme): update features list Signed-off-by: Filip Dutescu --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6b013e..b4f58b7 100644 --- a/README.md +++ b/README.md @@ -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