An open API service indexing awesome lists of open source software.

https://github.com/khonsulabs/yew-bulma

Yew wrappers for the Bulma CSS framework
https://github.com/khonsulabs/yew-bulma

Last synced: 4 months ago
JSON representation

Yew wrappers for the Bulma CSS framework

Awesome Lists containing this project

README

        

# yew-bulma

[![crate version](https://img.shields.io/crates/v/yew-bulma.svg)](https://crates.io/crates/yew-bulma)

This crate provides simple [Yew](https://yew.rs/) components that render [Bulma](https://bulma.io/)-compatible DOM nodes. For example:

```rust
html! {

}
```

The goals of this crate are:

- Provide easy accessors for common Bulma components, including Rust-native implementations of logic.
- Support for [fluent](https://www.projectfluent.org/)-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](https://khonsulabs.com/).