Yew and Bulma

[![Crate](https://img.shields.io/crates/v/yew-and-bulma.svg?style=flat-square)](https://crates.io/crates/yew-and-bulma) [![Build status](https://img.shields.io/github/actions/workflow/status/filipdutescu/yew-and-bulma/ci.yml?branch=main&style=flat-square)](https://github.com/filipdutescu/yew-and-bulma/actions) [![Docs](https://img.shields.io/badge/docs.rs-yew--and--bulma-green?style=flat-square)](https://docs.rs/yew-and-bulma/) ![Licenses](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue?style=flat-square)

Bulma CSS components for Yew

Documentation | Examples | Changelog

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

  1. Features
  2. Usage
  3. Minimum supported Rust version
  4. Contributing
  5. License

Features

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.