burncloud-client-shared

Crates.ioburncloud-client-shared
lib.rsburncloud-client-shared
version0.1.3
created_at2025-09-21 16:37:40.907997+00
updated_at2025-09-24 15:30:30.12454+00
descriptionShared components and styles for BurnCloud client applications
homepage
repositoryhttps://github.com/burncloud/burncloud
max_upload_size
id1848934
size156,359
BurnCloud.com (zuiyue-com)

documentation

README

burncloud-client-shared

Shared components and styles for BurnCloud client applications.

This crate provides reusable UI components and style helpers used across BurnCloud desktop/web clients built with Dioxus.

  • Components: layout, sidebar, title bar, placeholders
  • Styles: global themes, common typography, spacing utilities

Usage

Add to your Cargo.toml:

[dependencies]
burncloud-client-shared = "0.1"

Then import components/styles as needed:

use burncloud_client_shared::*;

License

MIT

Commit count: 34

cargo fmt