Add icon_button

This commit is contained in:
Nate Butler 2023-09-08 22:16:12 -04:00
parent 6b23f74636
commit 8dd6fcc186
4 changed files with 71 additions and 3 deletions

View file

@ -10,6 +10,7 @@ use settings::{default_settings, SettingsStore};
use simplelog::SimpleLogger;
mod collab_panel;
mod component;
mod components;
mod element_ext;
mod theme;
@ -40,7 +41,7 @@ fn main() {
},
|cx| {
view(|cx| {
cx.enable_inspector();
// cx.enable_inspector();
storybook(&mut ViewContext::new(cx))
})
},