Skip to content

Commit

Permalink
feat: add storybook theming
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender828 committed Dec 2, 2019
1 parent 159f71c commit 04a1d47
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { configure, addDecorator } from '@storybook/vue';
import Vue from 'vue'
import ThemeProvider from '../src/components/ThemeProvider'
import ThemeProvider from 'kiwi'
import theme from '../src/lib/theme'
import icons from '../src/lib/plugin/iconsPaths'
import Kiwi from '../src/lib/plugin'
Expand Down
8 changes: 8 additions & 0 deletions .storybook/theme.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { create } from '@storybook/theming';

export default create({
base: 'light',
brandTitle: 'Kiwi UI Storybook',
brandUrl: 'https://github.com/codebender828/kiwi-ui',
brandImage: 'https://res.cloudinary.com/xtellar/image/upload/v1575300763/kiwi-ui/kiwi-ui-logo-h_w4ltfh.svg',
});
Binary file added assets/logos/kiwi-ui-logo-h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/logos/kiwi-ui-logo-h.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logos/kiwi-ui-logo-v.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 04a1d47

Please sign in to comment.