Add icon_button
This commit is contained in:
parent
6b23f74636
commit
8dd6fcc186
4 changed files with 71 additions and 3 deletions
|
@ -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))
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue