0.2.2 • Published 9 months ago

@loozo/ng-lucide v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@loozo/ng-lucide

Installation

npm i @loozo/ng-lucide

Usage

import { Component } from '@angular/core';
import { LucideCheck } from '@loozo/ng-lucide';

@Component({
  selector: 'app-comp',
  standalone: true,
  imports: [LucideCheck],
  template: `
    <div class="flex gap-4">
      <lucide-check class="w-4 h-4" /> It works!
    </div>
  `
})
export class Something {}
0.2.2

9 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago