UNPKG

@capsitech/idle-timer

Version:

Activity detection for React.js

28 lines (25 loc) 617 B
import { addons } from '@storybook/manager-api'; import { create } from '@storybook/theming'; const theme = create({ base: 'light', // appBg: '#20232a', // barBg: '#20232a', brandTitle: 'Capsitech - timer', brandUrl: 'https://components.capsitech.com/', brandImage: '/images/logo.svg', }); addons.setConfig({ isFullscreen: false, showNav: true, showPanel: true, panelPosition: 'right', sidebarAnimations: true, enableShortcuts: true, isToolshown: true, theme, selectedPanel: undefined, initialActive: 'sidebar', sidebar: { showRoots: false, }, });