Skip to content
@xngui/components/code
@xngui/components/code

Read-only code block with editor chrome, copy, and highlighted lines.

Preview

styles.css
@import '@xngui/styles';
@import '@xngui/styles/tailwind';
@import '@xngui/icons/fontawesome';
import { Component } from '@angular/core';
import { XCode } from '@xngui/components/code';
 
@Component({
selector: 'app-example',
imports: [XCode],
templateUrl: './code.component.html',
})
export class ExampleComponent {}

Events

Interact with the preview — events will appear here.