This crate provides Bulma CSS components made to be used with the Yew framework. It aims to make an easy, as intuitive as possible development experience for integrating Bulma into your Yew frontends.
Generally speaking, it aims to provide a Rust API for ideally* all elements, components, helpers etc. that you would be able to use in CSS/HTML or other frontend frameworks, such as Angular or React.
* 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.
- High-level APIs for creating Bulma components and using Bulma helpers with Yew
- Ready to use utilities for custom component creation
- Flexible components that can be combined together. Whatever is shown in the Bulma documentation can be achieved with this crate.
- This crate uses
#![forbid(unsafe_code)]
to ensure everything is implemented in 100% safe Rust.
Since it is in the early stages of development, no complete example is made yet.
Current MSRV is 1.60.
Since it is in the early stages of development, no contributing guidelines are present.
Yew and Bulma is licensed under the terms of the MIT License or the Apache License 2.0, at your choosing.