feat: release v0.0.1
This commit is contained in:
22
.storybook/preview.ts
Normal file
22
.storybook/preview.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import type { Preview } from "@storybook/react";
|
||||
|
||||
import "antd/dist/reset.css";
|
||||
import "../src/react/video-player/tach-video-js.css";
|
||||
import "./preview.css";
|
||||
|
||||
const preview: Preview = {
|
||||
parameters: {
|
||||
layout: "padded",
|
||||
controls: {
|
||||
expanded: true,
|
||||
sort: "requiredFirst",
|
||||
},
|
||||
options: {
|
||||
storySort: {
|
||||
order: ["React", "Angular"],
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default preview;
|
||||
Reference in New Issue
Block a user