diff --git a/README.md b/README.md index 3c90c42a..1b33ebe1 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,19 @@ See the example [here](./examples/context_menu/src/main.rs) See the example [here](./examples/drop_down/src/main.rs) +### Sidebar + +
+ +![Modal showcase](./images/showcase/sidebar.png) +
+ +Please take a look into our examples on how to use Sidebar. + +Enable Sidebar with the feature `sidebar`. + +Also included in this feature, are two widgets `sidebar::column::FlushColumn` and `sidebar::row::FlushRow` that flushes the end/start element to the opposite direction to the alignment of the container. + ## Quickstart features Quickstart features are pretty handy to start and experiment having everything like colors or icons available. Nevertheless, it is recommended to disable these features once the GUI is ready for production and to only include the things you really need. diff --git a/images/showcase/sidebar.png b/images/showcase/sidebar.png new file mode 100644 index 00000000..7f3c6829 Binary files /dev/null and b/images/showcase/sidebar.png differ