7.2.5 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

7.2.4

2 years ago

7.2.3

2 years ago

7.2.2

2 years ago

7.2.1

2 years ago

7.2.0

2 years ago

7.2.0-alpha.6

2 years ago

7.2.0-alpha.5

2 years ago

7.2.0-alpha.4

2 years ago

7.2.0-alpha.3

2 years ago

7.2.0-alpha.2

2 years ago

7.0.8-alpha.4

2 years ago

7.0.8-alpha.3

2 years ago

7.0.8-alpha.2

2 years ago

7.0.8-alpha.1

2 years ago

7.0.8-alpha.0

2 years ago

7.1.1

2 years ago

7.0.9

2 years ago

7.1.0

2 years ago

7.1.0-beta.2

2 years ago

7.1.0-alpha.1

2 years ago

7.1.0-alpha.0

2 years ago

7.0.8

2 years ago

7.0.7

2 years ago