Skip to content

Commit

Permalink
docs: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyza committed Aug 22, 2023
1 parent 83b60c4 commit 31b929a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ resolver = "2"
members = ["class_list", "class_list_macro"]

[workspace.package]
version = "0.1.2"
version = "0.1.3"

[workspace.dependencies]
class_list = { path = "class_list", version = "0.1.2" }
class_list_macro = { path = "class_list_macro", version = "0.1.2" }
class_list = { path = "class_list", version = "0.1.3" }
class_list_macro = { path = "class_list_macro", version = "0.1.3" }

proc-macro2 = "1.0.56"
quote = "1.0.27"
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# class_list!

[<img alt="github" src="https://img.shields.io/badge/github-Kyza/class_list-999999?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/Kyza/class_list)
[<img alt="crates.io" src="https://img.shields.io/crates/v/class_list.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/class_list)
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-class_list-999999?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/class_list)
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/Kyza/class_list/test.yml?branch=trunk&style=for-the-badge" height="20">](https://github.com/Kyza/class_list/actions?query=branch%3Atrunk)

A reactive helper that ensures normalized class list strings in frontend frameworks like [Leptos](https://github.com/leptos-rs/leptos).

## Usage
Expand Down

0 comments on commit 31b929a

Please sign in to comment.