Expand description
LBC: Leptos + Bulma Components
This crate provides a collection of Leptos components that render Bulma CSS elements and layouts. Most modules mirror Bulma’s structure (elements, components, layout, form) and expose a convenient prelude for common types.
See each module and component for specific usage details and links to the corresponding Bulma documentation.
Modules§
- components
- elements
- form
- Form components module
- layout
- prelude
- Commonly used re-exports for building UIs with LBC. Import this to bring the most frequently used components into scope.
- util
Macros§
- lbc_
debug_ log - Debug logging that works without any crate features.
- lbc_log