Rune Lab
Overview
Rune Lab is a modern component library built with Svelte 5, focused on providing powerful,
reactive UI components using Svelte's runes system. It offers a comprehensive set of components,
theming capabilities, and utilities for building modern web applications.
Features
- ๐งช Svelte 5 Runes: Built with Svelte 5's powerful reactivity primitives
- ๐จ Theme System: Extensive theming with DaisyUI integration
- ๐ Type Safety: Full TypeScript support with strong typing
- ๐ Data Visualization: Components for visualizing complex data
- ๐ API Integration: Tools for type-safe API interactions
- ๐ฆ Zero Dependencies: Lightweight core with optional integrations
- ๐ฆ Deno & NPM: Available on both JSR and NPM
Installation
Using Deno / JSR
# Add to your Deno project
deno add @yrrrrrf/rune-lab
Using NPM / Bun / Yarn
# NPM
npm install rune-lab
# Bun
bun add rune-lab
# Yarn
yarn add rune-lab
License
MIT License - See LICENSE for details.
Built with โค๏ธ using Svelte 5 and Deno