1.0.4 • Published 3 years ago

@blokwise/icons v1.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

@blokwise/icons

Installation

Add @blokwise/icons dependency to your project:

yarn add @blokwise/icons
npm install @blokwise/icons

Then, add @blokwise/icons to the modules section of nuxt.config.js:

{
  modules: [
    [
      '@blokwise/icons',
      {
        prefix: 'icon'
      }
    ]
  ],
}

Usage

Use icon components

<template>
  <IconGitHub />
</template>

Load the icons lazily

The icon components can be loaded lazily as LazyIconGitHub.

<template>
  <LazyIconGitHub />
</template>

Credits

A lot of the icons are made by the tailwind labs team and are taken from https://heroicons.dev/

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago