svelte-cairn Svelte Themes

Svelte Cairn

svelte masonry style layout

svelte-cairn

A masonry layout engine for Svelte applications.

The svelte-cairn package provides a simple way to create masonry-style layouts in Svelte. Currently in early development, it focuses on ease of use with a straightforward API.

Installation

npm install svelte-cairn

Usage

<script>
    import Cairn from 'svelte-cairn';
</script>

<Cairn.Layout>
    <Cairn.Item>Your content here</Cairn.Item>
</Cairn.Layout>

Documentation & Demos

For live examples and API documentation, visit:

cairn.thierry.sh

Top categories

Loading Svelte Themes