Files
trackgo-fe/apps/docs-dev/storybook-static/index.html
T
Firman Ramdhani 554c5fbee3 feat: add initial TypeScript and ESLint configurations for library and React applications
- Created TypeScript configuration files for library and React applications.
- Added ESLint configurations for library, React, and Storybook.
- Implemented a basic Button component in the UI package.
- Set up Vite for the docs development environment.
2026-01-09 18:26:12 +07:00

174 lines
4.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>@storybook/core - Storybook</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<style>
@font-face {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('./sb-common-assets/nunito-sans-regular.woff2') format('woff2');
}
@font-face {
font-family: 'Nunito Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url('./sb-common-assets/nunito-sans-italic.woff2') format('woff2');
}
@font-face {
font-family: 'Nunito Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('./sb-common-assets/nunito-sans-bold.woff2') format('woff2');
}
@font-face {
font-family: 'Nunito Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url('./sb-common-assets/nunito-sans-bold-italic.woff2') format('woff2');
}
</style>
<link href="./sb-manager/runtime.js" rel="modulepreload" />
<link href="./sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js" rel="modulepreload" />
<link href="./sb-addons/links-1/manager-bundle.js" rel="modulepreload" />
<link href="./sb-addons/essentials-controls-2/manager-bundle.js" rel="modulepreload" />
<link href="./sb-addons/essentials-actions-3/manager-bundle.js" rel="modulepreload" />
<link href="./sb-addons/essentials-docs-4/manager-bundle.js" rel="modulepreload" />
<link href="./sb-addons/essentials-backgrounds-5/manager-bundle.js" rel="modulepreload" />
<link href="./sb-addons/essentials-viewport-6/manager-bundle.js" rel="modulepreload" />
<link href="./sb-addons/essentials-toolbars-7/manager-bundle.js" rel="modulepreload" />
<link href="./sb-addons/essentials-measure-8/manager-bundle.js" rel="modulepreload" />
<link href="./sb-addons/essentials-outline-9/manager-bundle.js" rel="modulepreload" />
<style>
#storybook-root[hidden] {
display: none !important;
}
</style>
</head>
<body>
<div id="root"></div>
<script>
window['FEATURES'] = {
"argTypeTargetsV7": true,
"legacyDecoratorFileOrder": false,
"disallowImplicitActionsInRenderV8": true
};
window['REFS'] = {};
window['LOGLEVEL'] = "info";
window['DOCS_OPTIONS'] = {
"docsMode": true,
"defaultName": "Docs",
"autodocs": true
};
window['CONFIG_TYPE'] = "PRODUCTION";
window['TAGS_OPTIONS'] = {
"dev-only": {
"excludeFromDocsStories": true
},
"docs-only": {
"excludeFromSidebar": true
},
"test-only": {
"excludeFromSidebar": true,
"excludeFromDocsStories": true
}
};
window['STORYBOOK_RENDERER'] = "react";
window['STORYBOOK_BUILDER'] = "@storybook/builder-vite";
window['STORYBOOK_FRAMEWORK'] = "/Users/fram/Workspace/EIGEN/APPLICATION/ERP/TEMPLATES/fe-template/node_modules/.pnpm/@storybook+react-vite@8.6.15_react-dom@19.2.3_react@19.2.3_storybook@8.6.15_typescript@5.5.4_vite@5.4.17/node_modules/@storybook/react-vite";
</script>
<script type="module">
import './sb-manager/globals-runtime.js';
import './sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js';
import './sb-addons/links-1/manager-bundle.js';
import './sb-addons/essentials-controls-2/manager-bundle.js';
import './sb-addons/essentials-actions-3/manager-bundle.js';
import './sb-addons/essentials-docs-4/manager-bundle.js';
import './sb-addons/essentials-backgrounds-5/manager-bundle.js';
import './sb-addons/essentials-viewport-6/manager-bundle.js';
import './sb-addons/essentials-toolbars-7/manager-bundle.js';
import './sb-addons/essentials-measure-8/manager-bundle.js';
import './sb-addons/essentials-outline-9/manager-bundle.js';
import './sb-manager/runtime.js';
</script>
</body>
</html>