Yew and Bulma
[](https://crates.io/crates/yew-and-bulma)
[](https://github.com/filipdutescu/yew-and-bulma/actions)
[](https://docs.rs/yew-and-bulma/)

Bulma CSS components for Yew
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.
Table of contents
- Features
- Usage
- Minimum supported Rust version
- Contributing
- License
Features
- 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.
Usage
Since it is in the early stages of development, no complete example is made
yet.
Minimum Supported Rust Version (MSRV)
Current MSRV is 1.60.
Contributing
Since it is in the early stages of development, no contributing guidelines are
present.
License
Yew and Bulma is licensed under the terms of the MIT License or the Apache License 2.0, at your choosing.