feat(toolbox): create SettingsButton

Only on web, since there is currently no equivalent on mobile. It encapsulates
all funcionality related to opening the settings dialog / panel.
This commit is contained in:
Saúl Ibarra Corretgé
2018-04-18 12:12:42 +02:00
committed by Lyubo Marinov
parent 01cb4ac7c8
commit c7d72ee3f6
8 changed files with 109 additions and 43 deletions

View File

@@ -1,3 +1,4 @@
export { default as ToolbarButton } from './ToolbarButton';
export { default as ToolboxFilmstrip } from './ToolboxFilmstrip';
export { default as Toolbox } from './Toolbox';
export * from './buttons';