ngx-gccb
v0.34.0
Published
Speed up your web application development process with ngx-gccb a wrapper for twitter bootstrap classes
Maintainers
Readme
ngx-gccb
Light Angular 21+ component library providing ease of use shared components, directives, pipes and services
showcase
ngx-gccb interactive showcase with code snippets link
Stackblitz Demo
- Angular v21 and ngx-gccb link
Get started
Install npm package
npm i ngx-gccb
Import styles
ngx-gccb is relying on bootstrap classes and needs to be imported
@import 'bootstrap/scss/bootstrap';
@import 'ngx-gccb/assets/styles.scss';Import Button Directive and use it
@Component({
selector: 'app-root',
template: `
<ngx-button>some button text</ngx-button>
`,
imports: [NgxButtonComponent];
})
export class AppComponent {
}Credit
uses fontawesome icons as SVGs - link
