@codious/ngx-core
v2.0.0-rc.15
Published
A library of UI components, services and utilities build with Angular and TailwindCSS.
Downloads
59
Readme
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