0.1.4 • Published 2 years ago

@loozo/ng-lucide v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago