📄️ Configuration
This React library provides powerful configuration capabilities through the ConfigProvider component, enabling global settings that affect all child components. The primary use case is CSS class prefixing for namespace management and framework integration.
📄️ CSS Variables
Bulma v1 introduces comprehensive support for CSS custom properties (CSS variables), enabling runtime customization without requiring Sass compilation. This React library provides full support for all 500+ Bulma CSS variables through the Theme component.
📄️ Sass Customization
Sass customization allows you to configure Bulma's design tokens at build time by setting Sass variables. This approach was the primary customization method in Bulma v0.9.4 and earlier, and remains useful for creating consistent, compiled themes.
📄️ Bulma V1
Bestax-bulma is built specifically for Bulma v1, the latest version of Bulma released in 2024. Unlike most other React Bulma libraries that target older versions, this library provides complete, up-to-date implementations of all Bulma v1 features.