| Crates.io | radix-leptos-core |
| lib.rs | radix-leptos-core |
| version | 0.9.0 |
| created_at | 2025-08-31 08:12:00.503996+00 |
| updated_at | 2025-09-22 02:56:13.948468+00 |
| description | Core utilities and hooks for Radix-Leptos components |
| homepage | https://radix-leptos.dev |
| repository | https://github.com/cloud-shuttle/radix-leptos |
| max_upload_size | |
| id | 1818294 |
| size | 159,666 |
Core utilities and hooks for Radix-Leptos components.
This crate provides the foundational utilities, hooks, and shared functionality that power the Radix-Leptos component library. It includes:
use radix_leptos_core::*;
// Use utility functions
let merged_classes = merge_classes(vec!["btn", "btn-primary"]);
// Use hooks
let (count, set_count) = create_signal(cx, 0);
For complete documentation, visit docs.rs/radix-leptos-core.
MIT License - see LICENSE for details.