daisy_rsx 0.1.21

Daisy UI components for the Dioxus Rust library.
Documentation
## Daisy-RSX

This is a [Dioxus](https://dioxuslabs.com/) version of the [Daisy UI](https://daisyui.com/) components.

## To Create a Release

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

```sh
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.