Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Jun 6, 2024
2 parents 930feff + e59c202 commit 05a043d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@

# dioxus-resize-observer
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/dioxus-community/dioxus-resize-observer#license)
[![Crates.io](https://img.shields.io/crates/v/dioxus-resize-observer.svg)](https://crates.io/crates/dioxus-resize-observer)
[![Docs](https://docs.rs/dioxus-resize-observer/badge.svg)](https://docs.rs/cdk-builder/latest/dioxus-resize-observer/)
[![CI](https://github.com/dioxus-community/dioxus-resize-observer/workflows/CI/badge.svg)](https://github.com/dioxus-community/dioxus-resize-observer/actions)
[![Discord Server](https://img.shields.io/discord/899851952891002890.svg?logo=discord&style=flat-square)](https://discord.gg/sKJSVNSCDJ)

# dioxus-resize-observer
Resize observer hooks for [Dioxus 🧬](https://dioxuslabs.com/).

## Support
- Web renderer (WASM)
- **0.1.0 - Dioxus v0.4**
- **0.2.0 - Dioxus v0.5**

## Example
```rust
use dioxus::prelude::*;
Expand All @@ -29,5 +25,10 @@ fn app() -> Element {
}
```

## Support
- Web renderer (WASM)
- **0.1.0 - Dioxus v0.4**
- **0.2.0 - Dioxus v0.5**

## License
MIT

0 comments on commit 05a043d

Please sign in to comment.