| Crates.io | burncloud-client-shared |
| lib.rs | burncloud-client-shared |
| version | 0.1.3 |
| created_at | 2025-09-21 16:37:40.907997+00 |
| updated_at | 2025-09-24 15:30:30.12454+00 |
| description | Shared components and styles for BurnCloud client applications |
| homepage | |
| repository | https://github.com/burncloud/burncloud |
| max_upload_size | |
| id | 1848934 |
| size | 156,359 |
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.
Add to your Cargo.toml:
[dependencies]
burncloud-client-shared = "0.1"
Then import components/styles as needed:
use burncloud_client_shared::*;
MIT