ng-button-kit

Introduction

ng-button-kit is a standalone, reusable and customizable components kit for Angular 18, 19 and 20.

It is designed to work with signals and Angular zoneless, providing a lightweight, flexible, and accessible simple and link buttons. It is also fully compatible with SSR, CSR and prerender.

The main purpose of this kit is to allow you to obtain different components with a single installation.

Included components

Showing items 1 to 1 of 2

Installation

If you want to install the latest version (currently 20):


    npm install ng-button-kit
  

Angular 19:


    npm install ng-button-kit@v19-lts
  

Angular 18:


    npm install ng-button-kit@v18-lts
  

Import

You can import components of this kit lke this:


    import { NgLinkButton, NgSimpleButton } from 'ng-button-kit';
  

See the documentation for each component to learn more about the elements in the example.