storybook main button, add presentation impress

This commit is contained in:
Tykayn 2025-09-17 10:19:04 +02:00 committed by tykayn
parent 5494510ed5
commit 4af14e6e34
5 changed files with 187 additions and 85 deletions

View file

@ -6,7 +6,7 @@ export type ButtonSizeType = '' | 'large' | 'medium' | 'small' | 'extrasm';
export type inconPositionKindType = '' | 'left' | 'right';
@Component({
selector: 'sae-main-button',
selector: 'sae-m-button',
standalone: true,
imports: [
NgClass