svelte-cairn
v0.0.2
Published
Masonry Layout in Svelte
Readme
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-cairnUsage
<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:
