0.1.2 • Published 11 months ago
@magicon/core v0.1.2
magicon
Fast, typesafe Icon wrapper for svelte.
Features
- Tailwindcss support
- Preprocess for instant icons in dev mode
Inlcuded Icon packs
Usage
<script>
import { Icon, type Icons } from "@magicon/core"
const icon: Icons = "@hero-ChevronDown"
</script>
<Icon src={icon} class="size-12" />
For example all strings matching the pattern @hero-
will generate the correct imports making this extremely fast.
Read more in the docs