git save current version as 0.05
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
import type { Preview } from '@storybook/nextjs-vite';
|
||||
import '../src/app/globals.css';
|
||||
|
||||
const preview: Preview = {
|
||||
parameters: {
|
||||
layout: 'fullscreen',
|
||||
controls: {
|
||||
matchers: {
|
||||
color: /(background|color)$/i,
|
||||
date: /Date$/i,
|
||||
},
|
||||
},
|
||||
backgrounds: {
|
||||
default: 'canvas',
|
||||
values: [
|
||||
{ name: 'canvas', value: '#f8fafc' },
|
||||
{ name: 'dark', value: '#030712' },
|
||||
],
|
||||
},
|
||||
a11y: {
|
||||
test: 'todo',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default preview;
|
||||
Reference in New Issue
Block a user