@koalarx/ui
Version:
Koala UI is a modern and accessible component library designed to speed up interface development in Angular projects. With simple integration and clear documentation, you can easily build robust and visually appealing applications.
20 lines (16 loc) • 1.62 kB
JavaScript
import * as i0 from '@angular/core';
import { Component } from '@angular/core';
import { FieldGroup } from '@koalarx/ui/shared/components/input-field/field-group';
class Fieldset {
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: Fieldset, deps: [], target: i0.ɵɵFactoryTarget.Component });
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.6", type: Fieldset, isStandalone: true, selector: "kl-fieldset", ngImport: i0, template: "<fieldset class=\"fieldset border-gray-200 dark:border-gray-700 rounded-box border w-full pt-0 px-5 pb-2\">\n <legend class=\"fieldset-legend px-2\">\n <ng-content select=\"[legend]\" />\n </legend>\n\n <kl-field-group>\n <ng-content select=\"[fields]\" />\n </kl-field-group>\n</fieldset>\n", dependencies: [{ kind: "component", type: FieldGroup, selector: "kl-field-group" }] });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: Fieldset, decorators: [{
type: Component,
args: [{ selector: 'kl-fieldset', imports: [FieldGroup], template: "<fieldset class=\"fieldset border-gray-200 dark:border-gray-700 rounded-box border w-full pt-0 px-5 pb-2\">\n <legend class=\"fieldset-legend px-2\">\n <ng-content select=\"[legend]\" />\n </legend>\n\n <kl-field-group>\n <ng-content select=\"[fields]\" />\n </kl-field-group>\n</fieldset>\n" }]
}] });
/**
* Generated bundle index. Do not edit.
*/
export { Fieldset };
//# sourceMappingURL=koalarx-ui-shared-components-input-field-fieldset.mjs.map