# Libraries component customizations

## Class name composition for component customization
```scss
 /**
  * A component class name is composed of the followin parts:
  * Prefix:               ngbiz
  * Customization prefix: custom
  * Cusomized library:    material
  * Cusomized component:  mat-table
  * Customization name:   lite
 */
.ngbiz-custom-material__mat-table--lite {
  // ...
}
```
