0.1.1 • Published 8 months ago

@a10x/toolkit v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

ALPHA10X UI Toolkit

License: MIT

This library provides a collection of reusable Angular UI components, designed to simplify the development of modern web applications. The components are responsive, customizable, and easy to integrate into your projects.

Table of Contents

Installation

To install the library, run the following command in your project's root directory:

npm install --save @a10x/dashboard-toolkit

Usage

First, import the library in your Angular app.module.ts:

import { SharedModule } from '@a10x/dashboard-toolkit';

@NgModule({
  imports: [
    // ...
    SharedModule,
  ],
  // ...
})
export class AppModule { }

Then, use the components in your templates as needed:

<a10x-widget title="widget title">content...</a10x-widget>

Components

The library includes the following components:

  • Widget
  • KPI card
  • Bar chart
  • DataTable
0.1.0

8 months ago

0.1.1

8 months ago

0.0.18

10 months ago

0.0.17

1 year ago