Skip to content

Commit

Permalink
Merge pull request #257 from storybookjs/shilman/add-preact-to-framew…
Browse files Browse the repository at this point in the history
…orks

Add Preact to homepage frameworks
  • Loading branch information
shilman authored Feb 2, 2025
2 parents ee165d0 + f6d2f1e commit e996282
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/frontpage/components/docs/mdx/home-renderers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ export function HomeRenderers({ activeVersion }: HomeRenderersProps) {
subtitle="with Webpack"
title="Web Components"
/>
{Number(activeVersion.id) >= 8.5 ? (
<Card
href="/docs/get-started/frameworks/preact-vite/?renderer=preact"
logo="logo-preact.svg"
subtitle="with Vite"
title="Preact"
/>
) : null}
</div>
);
}
Expand Down

0 comments on commit e996282

Please sign in to comment.