feat: textarea/div component in nwui

This commit is contained in:
2024-06-09 00:10:47 +03:00
parent ab9f210fb0
commit 2374bfe0d3
16 changed files with 108 additions and 94 deletions

View File

@@ -0,0 +1,5 @@
<div [attr.contenteditable]="contenteditable" [className]="className" #ref (blur)="leaveFn()">
@if(!value) {
<ng-content></ng-content>
}
</div>