{"id":26537061,"url":"https://github.com/vardumper/storybook-html5","last_synced_at":"2026-04-08T11:32:44.468Z","repository":{"id":231502780,"uuid":"781916984","full_name":"vardumper/storybook-html5","owner":"vardumper","description":"Adds all HTML5 elements to your Storybook","archived":false,"fork":false,"pushed_at":"2024-04-04T10:26:36.000Z","size":199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T21:41:13.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vardumper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-04T09:38:32.000Z","updated_at":"2024-04-04T09:38:37.000Z","dependencies_parsed_at":"2024-04-04T10:57:10.084Z","dependency_job_id":null,"html_url":"https://github.com/vardumper/storybook-html5","commit_stats":null,"previous_names":["vardumper/storybook-html5"],"tags_count":0,"template":false,"template_full_name":"storybookjs/addon-kit","purl":"pkg:github/vardumper/storybook-html5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardumper%2Fstorybook-html5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardumper%2Fstorybook-html5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardumper%2Fstorybook-html5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardumper%2Fstorybook-html5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vardumper","download_url":"https://codeload.github.com/vardumper/storybook-html5/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardumper%2Fstorybook-html5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31554091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-21T22:18:22.154Z","updated_at":"2026-04-08T11:32:44.445Z","avatar_url":"https://github.com/vardumper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Storybook HTML5 Addon\n\u003cimg src='https://github.com/vardumper/storybook-html5/assets/21208397/c8d73198-0135-4c48-a4ca-33ea1a744a02' style='float:left; margin-right:35px;' title='html5' width='96' height='96'\u003e\nAdds all HTML5 elements to your Storybook. The category will be named HTML5, and each element is populated with a Default story, an empty SASS stylesheet and uses faker generated content. You can adjust these configs if necessary.\n\n## Installation\n\nFirst, install the package.\n\n```sh\nnpm install --save-dev storybook-html5\n```\n\nThen, register it as an addon in `.storybook/main.js`.\n\n```js\n// .storybook/main.ts\n\n// Replace your-framework with the framework you are using (e.g., react-webpack5, vue3-vite)\nimport type { StorybookConfig } from '@storybook/your-framework';\n\nconst config: StorybookConfig = {\n  // ...rest of config\n  addons: [\n    '@storybook/addon-essentials'\n    'storybook-html5', // 👈 register the addon here\n  ],\n};\n\nexport default config;\n```\n\n## Usage\n\nThis addons adds a Yarn command to your Storybook project. Executing it will populate all HTML5 stories in your Storybook.\n\n```\nyarn storybook-html5\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvardumper%2Fstorybook-html5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvardumper%2Fstorybook-html5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvardumper%2Fstorybook-html5/lists"}