TFE β€” Svelte 5 Templates v2.0 Β· 133 components Β· 13 categories Updated Β· MAY 2026

A Working
LibraryΒ of
SvelteΒ Parts.

I’m @Jktfe. I build interface parts in Svelte 5 β€” runes, accessibility wired in, animation that doesn’t bounce. 133 of them, so far. Inspired by Magic UI, Aceternity and Sikandar S. Bhide; rebuilt properly, then mixed with originals. Copy what you need.

β€” Section Β· 02.00

The catalogue.
Twelve shelves.

133 components on file
02

Controls & Input

Form fields, selectors, menus, and compact interaction controls.

25 in this shelf
01 / 25
10

Data-Backed Workflows

Examples that benefit from real persistence and public demo data.

02 in this shelf

Copy, customise,
ship.

Three steps. No package install, no opaque API. The components are plain Svelte 5 files. Lift and adapt.

01

Browse the shelf

Find the component you want. Hit the demo, prod the controls, read the source.

/components β†’ /demo
02

Copy the file

Grab the .svelte file from src/lib/components/. Drop it into your project. Props are typed.

cp Component.svelte ./src/lib
03

Bend it to fit

Wire your data, swap colours, tune the motion. If something’s missing, tell me β€” I’ll add it.

<Component data={...} />