Skip to main content

Crate dioxus_bulma

Crate dioxus_bulma 

Source
Expand description

§Dioxus Bulma

A component library bringing Bulma CSS components to Dioxus applications.

This library provides a comprehensive set of UI components styled with Bulma CSS framework, designed to work seamlessly with Dioxus.

§Usage

use dioxus::prelude::*;
use dioxus_bulma::prelude::*;

Re-exports§

pub use theme::*;

Modules§

components
prelude
Prelude module for dioxus-bulma
theme
utils

Macros§

rsx
The rsx! macro makes it easy for developers to write jsx-style markup in their components.

Type Aliases§

Element
An Element is a possibly-none VNode created by calling render on ScopeId or ScopeState.
EventHandler
The callback type generated by the rsx! macro when an on field is specified for components.
FormEvent
MouseEvent

Attribute Macros§

component
Component

Derive Macros§

Props
Props