Card
@xngui/components/card@xngui/components/cardSurface container with header / body / footer slots.
Preview
Create Project
Deploy Your NEW Project IN ONE Click
Instantly Deploy Your Site TO A Shareable URL With Xngui
import { Component } from '@angular/core';
import { XButton } from '@xngui/components/button';
import { XCard } from '@xngui/components/card';
@Component({
selector: 'app-example',
imports: [XButton, XCard],
templateUrl: './card.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.