Skip to content

Commit

Permalink
feat: ResizableContainer (#752)
Browse files Browse the repository at this point in the history
* feat: `ResizableContainer`

* clean up

* theming + use it in the devtools

* my head hurts

* clean up

* fix test

* feat: Improvements

* feat: Improvements

* chore: adapt tests

* feat: flex support

* move flex to content

* flex

* feat: min_size

* update tests and docs

* fix: Update resizing of panels in the opposite resizing direction

* flex tests

* min size of 75 for the app root

* perf improvements

* improvement
  • Loading branch information
marc2332 authored Dec 21, 2024
1 parent e6fd369 commit 10673cc
Show file tree
Hide file tree
Showing 6 changed files with 620 additions and 15 deletions.
2 changes: 2 additions & 0 deletions crates/components/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ mod overflowed_content;
mod popup;
mod progress_bar;
mod radio;
mod resizable_container;
mod scroll_views;
mod sidebar;
mod slider;
Expand Down Expand Up @@ -68,6 +69,7 @@ pub use overflowed_content::*;
pub use popup::*;
pub use progress_bar::*;
pub use radio::*;
pub use resizable_container::*;
pub use scroll_views::*;
pub use sidebar::*;
pub use slider::*;
Expand Down
Loading

0 comments on commit 10673cc

Please sign in to comment.