Socket
Socket
Sign inDemoInstall

@storybook/html-webpack5

Package Overview
Dependencies
438
Maintainers
30
Versions
624
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @storybook/html-webpack5

Storybook for HTML: View HTML snippets in isolation with Hot Reloading.


Version published
Weekly downloads
61K
decreased by-2.35%
Maintainers
30
Created
Weekly downloads
 

Changelog

Source

7.0.0 (March 31, 2023)

Storybook 7.0 is here! 🎉

  • ⚡️ First-class Vite

  • 🔼 Zero-config NextJS

  • 🇸 Zero-config SvelteKit

  • 🏗️ Frameworks API

  • 3️⃣ Component Story Format v3

  • 🛡️ Improved type safety

  • 📚 Docs overhaul with MDx2 support

  • ☂️ Code coverage for interaction testing

  • 🖼️ UI design refresh

  • 🏛️ Improved stability

    7.0 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 7.0.0-alpha.*, 7.0.0-beta.*, and 7.0.0-rc.* for the full list of changes.

See our Migration guide to upgrade from earlier versions of Storybook.

Full announcement and proper release to the latest npm tag coming soon. 😘

Readme

Source

Storybook for HTML


Storybook for HTML is a UI development environment for your plain HTML snippets. With it, you can visualize different states of your UI components and develop them interactively.

Storybook Screenshot

Storybook runs outside of your app. So you can develop UI components in isolation without worrying about app specific dependencies and requirements.

Getting Started

cd my-app
npx storybook init -t html

For more information visit: storybook.js.org

Typescript

npx sb init will select .ts starter stories if your package.json has typescript as a dependency. If starting a new project, run npm init and npm install typescript --save-dev before initializing storybook to get the typescript starter stories.


Storybook also comes with a lot of addons and a great API to customize as you wish. You can also build a static version of your Storybook and deploy it anywhere you want.

Keywords

FAQs

Last updated on 31 Mar 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc