Skip to content

Commit c5a54ab

Browse files
authored
Merge pull request #37 from kaseyvee/docs
docs: add Rustic UI logo to Storybook
2 parents f615856 + d96bb59 commit c5a54ab

File tree

5 files changed

+297
-20
lines changed

5 files changed

+297
-20
lines changed

.storybook/manager.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { addons } from '@storybook/manager-api'
2+
import rusticTheme from './rusticTheme'
3+
4+
addons.setConfig({
5+
theme: rusticTheme,
6+
})

.storybook/rusticTheme.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { create } from '@storybook/theming/create'
2+
3+
export default create({
4+
base: 'light',
5+
brandTitle: 'Rustic UI',
6+
brandUrl: 'https://www.rustic.ai/pages/rustic-ui',
7+
brandImage: 'images/rustic-ui-logo.svg',
8+
brandTarget: '_blank',
9+
})

package-lock.json

Lines changed: 274 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)