This commit is contained in:
Juergen Kunz
2025-06-30 11:35:38 +00:00
parent 7d1e06701b
commit 1c25554c38
7 changed files with 1340 additions and 0 deletions

View File

@ -500,6 +500,31 @@ export const inputShowcase = () => html`
.accept=${'image/*'}
></dees-input-fileupload>
</dees-panel>
<dees-panel .title=${'Profile Picture Input'} .subtitle=${'Image upload with cropping'}>
<div class="demo-grid">
<dees-input-profilepicture
.label=${'User Avatar'}
.description=${'Round profile picture'}
.shape=${'round'}
.size=${120}
></dees-input-profilepicture>
<dees-input-profilepicture
.label=${'Company Logo'}
.description=${'Square format'}
.shape=${'square'}
.size=${120}
></dees-input-profilepicture>
<dees-input-profilepicture
.label=${'Team Member'}
.description=${'Larger profile image'}
.shape=${'round'}
.size=${150}
></dees-input-profilepicture>
</div>
</dees-panel>
</section>
<!-- Rich Editors Section -->