-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Dioxus 0.6 support #55
Conversation
Just tried this out with the It doesn't compile because there's a comma separating two
if let Some(title_text) = props.title {
title {
"{title_text}"
}
}, // <-- comma needs to be removed
{props.icon.child_elements()}
h3 { "Frontend that scales." }
p { "Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust." }, // <-- comma needs to be removed
Icon {
width: 60,
height: 60,
icon: FaRust,
} |
damn it! |
Try now @IroncladDev (I haven't tested it myself) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worked like a charm
Any plan for releasing a new version to support dioxus 0.6? |
done! |
No description provided.