Skip to content

Commit 90dfe99

Browse files
committed
docs: add examples and docs for preact
1 parent 443888e commit 90dfe99

38 files changed

+1553
-9
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ _Read the docs and explore examples at [masonry-grid.js.org](https://masonry-gri
3030
|---------|---------|------|
3131
| [`@masonry-grid/vanilla`](packages/vanilla#readme) | [![NPM version][vanilla-npm]][vanilla-npm-url] | [![Bundle size][vanilla-size]][vanilla-size-url] |
3232
| [`@masonry-grid/react`](packages/react#readme) | [![NPM version][react-npm]][react-npm-url] | [![Bundle size][react-size]][react-size-url] |
33+
| [`@masonry-grid/preact`](packages/preact#readme) | [![NPM version][preact-npm]][preact-npm-url] | [![Bundle size][preact-size]][preact-size-url] |
3334
| [`@masonry-grid/svelte`](packages/svelte#readme) | [![NPM version][svelte-npm]][svelte-npm-url] | [![Bundle size][svelte-size]][svelte-size-url] |
3435
| [`@masonry-grid/solid-js`](packages/solid-js#readme) | [![NPM version][solid-js-npm]][solid-js-npm-url] | [![Bundle size][solid-js-size]][solid-js-size-url] |
3536

@@ -49,6 +50,14 @@ _Read the docs and explore examples at [masonry-grid.js.org](https://masonry-gri
4950
[react-size]: https://deno.bundlejs.com/badge?q=%40masonry-grid%2Freact
5051
[react-size-url]: https://bundlejs.com/?q=%40masonry-grid%2Freact
5152

53+
<!-- preact -->
54+
55+
[preact-npm]: https://img.shields.io/npm/v/%40masonry-grid%2Fpreact.svg
56+
[preact-npm-url]: https://www.npmjs.com/package/@masonry-grid/preact
57+
58+
[preact-size]: https://deno.bundlejs.com/badge?q=%40masonry-grid%2Fpreact
59+
[preact-size-url]: https://bundlejs.com/?q=%40masonry-grid%2Fpreact
60+
5261
<!-- svelte -->
5362

5463
[svelte-npm]: https://img.shields.io/npm/v/%40masonry-grid%2Fsvelte.svg

0 commit comments

Comments
 (0)