@codious/ngx-core
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-rc.15 • Public • Published

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

  • [x] Alert
  • [x] Avatar
  • [x] Badge
  • [x] Breadcrumb
  • [x] Button
  • [ ] Button Group
  • [x] Card
  • [x] Dialog
  • [ ] Directory
  • [x] Divider
  • [x] Dropdown
  • [x] Empty State
  • [x] Feed
  • [x] Form Input
  • [x] Form Textarea
  • [x] Meter
  • [x] Navbar
  • [ ] Notification
  • [ ] Pagination
  • [x] Progress
  • [ ] Search
  • [ ] Sidebar
  • [x] Spinner
  • [x] Steps
  • [x] Tabs
  • [x] Theme Toggle
  • [x] Toggle

Package Sidebar

Install

npm i @codious/ngx-core

Weekly Downloads

0

Version

2.0.0-rc.15

License

MIT

Unpacked Size

1.11 MB

Total Files

178

Last publish

Collaborators

  • gillesv
  • bartlenaerts
  • yluijten
  • pieterwillemsen