0.1.2 • Published 11 months ago

@magicon/core v0.1.2

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

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

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago