Archipelago — open-source initial import
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import type { Preview } from '@storybook/vue3'
|
||||
import '../src/styles/main.css'
|
||||
|
||||
const preview: Preview = {
|
||||
parameters: {
|
||||
backgrounds: {
|
||||
default: 'dark',
|
||||
values: [
|
||||
{ name: 'dark', value: '#0a0a0a' },
|
||||
],
|
||||
},
|
||||
layout: 'centered',
|
||||
},
|
||||
}
|
||||
|
||||
export default preview
|
||||
Reference in New Issue
Block a user