0.1.2 • Published 1 year ago

@magicon/core v0.1.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year 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

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago