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
- Host: GitHub
- URL: https://github.com/khonsulabs/yew-bulma
- Owner: khonsulabs
- License: mit
- Created: 2020-12-31T22:38:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T13:08:35.000Z (over 2 years ago)
- Last Synced: 2025-01-15T18:34:37.018Z (5 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yew-bulma
[](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/).