2.0.0-rc.15 • Published 2 years ago
@codious/ngx-core v2.0.0-rc.15
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
2 years ago
2.0.0-rc.14
3 years ago
2.0.0-rc.11
3 years ago
2.0.0-rc.12
3 years ago
2.0.0-rc.10
3 years ago
2.0.0-rc.7
3 years ago
2.0.0-rc.8
3 years ago
2.0.0-rc.9
3 years ago
2.0.0-rc.2
3 years ago
2.0.0-rc.3
3 years ago
2.0.0-rc.4
3 years ago
2.0.0-rc.5
3 years ago
2.0.0-rc.1
3 years ago
2.0.0-rc.6
3 years ago
1.1.0
4 years ago
1.0.0-rc.19
4 years ago
1.0.0-rc.17
4 years ago
1.0.0-rc.16
4 years ago
1.0.0-rc.15
4 years ago
1.0.0-rc.13
4 years ago
1.0.0-rc.14
4 years ago
1.0.0-rc.12
4 years ago
1.0.0-rc.11
4 years ago
1.0.0-rc.10
4 years ago
1.0.0-rc.9
4 years ago
1.0.0-rc.8
4 years ago
1.0.0-rc.7
4 years ago
1.0.0-rc.5
4 years ago
1.0.0-rc.6
4 years ago
1.0.0-rc.4
4 years ago
1.0.0-rc.3
4 years ago
1.0.0-rc.2
4 years ago
1.0.0-rc.1
4 years ago
1.0.0-alpha.6
5 years ago
1.0.0-alpha.5
5 years ago
1.0.0-alpha.4
5 years ago
1.0.0-alpha.3
5 years ago
1.0.0-alpha.2
5 years ago
1.0.0-alpha.1
5 years ago