Crates.io | next-rs |
lib.rs | next-rs |
version | 0.0.13 |
source | src |
created_at | 2023-11-10 08:30:35.547602 |
updated_at | 2024-11-14 16:58:34.89374 |
description | 📈 UI in Rust made simple. |
homepage | https://next-rs.dev |
repository | https://github.com/next-rs/next-rs |
max_upload_size | |
id | 1030811 |
size | 75,447 |
[!WARNING] The development of Next RS is currently on hold as our team shifts focus to Dioxus. For now, we highly recommend using Dioxus, as it will likely include many of the features originally planned for Next RS.
However, this isn't goodbye forever! We may return to Next RS in the future if the demand and direction align. Until then, we appreciate your support and understanding.
With love, The Team ❤️
Next RS is a UI framework, written 100% in Rust btw, that simplifies building user interfaces. It provides a collection of optional features, each designed to enhance different aspects of UI development. Explore the documentation to learn about the features and how to integrate them into your Next RS projects.
Next RS offers the following features:
To use a specific feature, add the corresponding feature flag in your Cargo.toml
file.
Integrating Next RS into your project is straightforward. Add it as a dependency in your Cargo.toml
file:
[dependencies]
next-rs = "0.0.13"
Additionally, Next RS provides a flexible configuration through feature flags. Modify the Cargo.toml
file to enable or disable specific features.
[dependencies]
next-rs = { version = "0.0.13", features = ["navbar", "sidebar", "accordion", "alert", "css"] }
If you want to explore different Next RS components and features, you can check out the examples folder for more information.
Example | URL |
---|---|
Link And Head Components | |
Image Component |
We welcome contributions from the community to enhance Next RS. Feel free to open issues, submit pull requests, or provide feedback. Let's collaborate to make UI development in Rust even more efficient and enjoyable!
Next RS is licensed under the MIT
License, allowing you to use, modify, and distribute it freely. Refer to the LICENSE
file for more details.