2.0.0-rc.15 • Published 1 year ago

@codious/ngx-core v2.0.0-rc.15

Weekly downloads
179
License
MIT
Repository
-
Last release
1 year ago

Codious.Ngx-Core

A library of UI components, services and utilities build with Angular and TailwindCSS.

Installation

npm install @codious/ngx-core

Configuration

Inside your app.module.ts file import the plugin in your NgModule.

import { NgModule } from '@angular/core';
import { NgxCoreModule } from '@codious/ngx-core';

@NgModule({
  bootstrap: [AppComponent],
  declarations: [AppComponent],      
  imports: [
    NgxCoreModule.forRoot({ localStoragePrefix: 'NGX-CORE' }),
  ]
})
export class AppModule {}

UI Components

  • Alert
  • Avatar
  • Badge
  • Breadcrumb
  • Button
  • Button Group
  • Card
  • Dialog
  • Directory
  • Divider
  • Dropdown
  • Empty State
  • Feed
  • Form Input
  • Form Textarea
  • Meter
  • Navbar
  • Notification
  • Pagination
  • Progress
  • Search
  • Sidebar
  • Spinner
  • Steps
  • Tabs
  • Theme Toggle
  • Toggle
2.0.0-rc.15

1 year ago

2.0.0-rc.14

2 years ago

2.0.0-rc.11

2 years ago

2.0.0-rc.12

2 years ago

2.0.0-rc.10

2 years ago

2.0.0-rc.7

2 years ago

2.0.0-rc.8

2 years ago

2.0.0-rc.9

2 years ago

2.0.0-rc.2

2 years ago

2.0.0-rc.3

2 years ago

2.0.0-rc.4

2 years ago

2.0.0-rc.5

2 years ago

2.0.0-rc.1

2 years ago

2.0.0-rc.6

2 years ago

1.1.0

3 years ago

1.0.0-rc.19

3 years ago

1.0.0-rc.17

3 years ago

1.0.0-rc.16

3 years ago

1.0.0-rc.15

3 years ago

1.0.0-rc.13

3 years ago

1.0.0-rc.14

3 years ago

1.0.0-rc.12

3 years ago

1.0.0-rc.11

3 years ago

1.0.0-rc.10

3 years ago

1.0.0-rc.9

3 years ago

1.0.0-rc.8

3 years ago

1.0.0-rc.7

3 years ago

1.0.0-rc.5

3 years ago

1.0.0-rc.6

3 years ago

1.0.0-rc.4

3 years ago

1.0.0-rc.3

3 years ago

1.0.0-rc.2

3 years ago

1.0.0-rc.1

3 years ago

1.0.0-alpha.6

3 years ago

1.0.0-alpha.5

3 years ago

1.0.0-alpha.4

3 years ago

1.0.0-alpha.3

3 years ago

1.0.0-alpha.2

3 years ago

1.0.0-alpha.1

3 years ago