daisy_rsx

Crates.iodaisy_rsx
lib.rsdaisy_rsx
version0.1.10
sourcesrc
created_at2024-06-02 13:57:13.304595
updated_at2024-10-30 05:57:59.324723
descriptionDaisy UI components for the Dioxus Rust library.
homepagehttps://github.com/bionic-gpt/daisy-rsx
repositoryhttps://github.com/bionic-gpt/daisy-rsx/
max_upload_size
id1259210
size59,617
(9876691)

documentation

README

Daisy-RSX

This is a Dioxus version of the Daisy UI components.

To Create a Release

To create a new release, use the following command locally:

cargo release patch

Once you are ready, pass the --execute flag.

This will:

  • Bump the version number.
  • Create a git tag.
  • Push changes to the remote repository.
  • Trigger the GitHub Actions workflow to publish the crate.
Commit count: 33

cargo fmt