7.2.5 • Published 11 months ago

@junk-temporary-prototypes/preact-vite v7.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Storybook for Preact

Requirements

Getting Started

In a project without Storybook

Follow the prompts after running this command in your Preact project's root directory:

npx storybook@latest init

More on getting started with Storybook

In a project with Storybook

This framework is designed to work with Storybook 7. If you’re not already using v7, upgrade with this command:

npx storybook@latest upgrade --prerelease

Manual migration

Install the framework:

yarn add --dev @storybook/preact-vite

Update your main.js to change the framework property:

// .storybook/main.js
export default {
  // ...
  framework: {
    name: '@storybook/preact-vite', // <- Change this
    options: {},
  },
};
7.2.5

11 months ago

7.2.4

11 months ago

7.2.3

11 months ago

7.2.2

11 months ago

7.2.1

12 months ago

7.2.0

12 months ago

7.2.0-alpha.6

12 months ago

7.2.0-alpha.5

12 months ago

7.2.0-alpha.4

12 months ago

7.2.0-alpha.3

12 months ago

7.2.0-alpha.2

12 months ago

7.0.8-alpha.4

12 months ago

7.0.8-alpha.3

12 months ago

7.0.8-alpha.2

12 months ago

7.0.8-alpha.1

12 months ago

7.0.8-alpha.0

12 months ago

7.1.1

1 year ago

7.0.9

1 year ago

7.1.0

1 year ago

7.1.0-beta.2

1 year ago

7.1.0-alpha.1

1 year ago

7.1.0-alpha.0

1 year ago

7.0.8

1 year ago

7.0.7

1 year ago