Text & Typography Fancy Stable

EditorialEngine

Live magazine layout: multi-column text flowing around draggable orbs with zero DOM reads, powered by pretext

Preview

Installation

pnpm add fancy-ui-svelte
import { EditorialEngine } from 'fancy-ui-svelte'

Usage

svelte
<script lang="ts">
  import { EditorialEngine } from 'fancy-ui-svelte';
</script>

<EditorialEngine />

Examples

Basic Usage

Drag the orbs, click to pause them, resize the window.

Props

PropTypeDefaultDescription
headline stringbuilt-in copyAuto-sized headline (largest font size that breaks no word)
body stringbuilt-in copyBody text, paragraphs separated by blank lines
pullquotes string[]built-in quotesUp to two pullquotes embedded in the columns
fontFamily stringPalatino serif stackFont family stack used for all text
class string-Additional CSS classes for the stage