Crate yew_and_bulma

Crate yew_and_bulma 

Source
Expand description

§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.

§Supported Targets (for Yew Client-Side Rendering only)

  • wasm32-unknown-unknown

§Examples

Since it is in the early stages of development, no complete example is made yet.

Modules§

columns
Holds the Bulma column elements implemented as Yew components.
elements
Holds the Bulma elements implemented as Yew components.
helpers
CSS helpers, as described in the Bulma documentation.
layout
Holds the Bulma layout elements implemented as Yew components.
utils
Various utilities to make usage of Bulma components and heplers easier in Rust.