Skip to content

Yew wrappers for the Bulma CSS framework

License

Notifications You must be signed in to change notification settings

khonsulabs/yew-bulma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yew-bulma

crate version

This crate provides simple Yew components that render Bulma-compatible DOM nodes. For example:

html! {
    <Button
        label="Save"
        disabled=!can_save
        css_class="is-primary"
        action=edit_form.link.callback(|e: web_sys::MouseEvent| {e.prevent_default(); Message::Save})
        processing=edit_form.is_saving
    />
}

The goals of this crate are:

  • Provide easy accessors for common Bulma components, including Rust-native implementations of logic.
  • Support for fluent-based localization.
  • Markdown rendering support.

This project is very early in development and is really only being added as needed for projects for Khonsu Labs.

About

Yew wrappers for the Bulma CSS framework

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages