Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui-kit/icon-box): new component #665

Merged
merged 11 commits into from
Jan 18, 2023
Prev Previous commit
Next Next commit
chore(demo-pwa): review
  • Loading branch information
alimd committed Jan 18, 2023
commit 7cc19feb2aaddb19f1935cba446b94497d145874
3 changes: 2 additions & 1 deletion ui/demo-pwa/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ if (debugMode) {

/*
TODO:
- Assets hash
- Workbox and sw
- Res (all assets) hash
- PostCSS css file
- lit css loader
- PostCSS lit internal styles
Expand Down
5 changes: 2 additions & 3 deletions ui/demo-pwa/src/page-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ export class AlwatrPageCard extends AlwatrSmartElement {
.content=${{icon: 'gift-outline', headline: 'شرکت در قرعه کشی میدکس', description: loremText}}
></alwatr-icon-box>
<alwatr-icon-box
.content=${{icon: 'download-outline', headline: 'دانلود کاتالوگ', description: loremText}}
.content=${{icon: 'download-outline', headline: 'دانلود کاتالوگ', description: loremText}}
></alwatr-icon-box>
<alwatr-icon-box
.content=${{icon: 'earth-outline', headline: 'سایت اصلی', description: loremText}}

.content=${{icon: 'earth-outline', headline: 'سایت اصلی', description: loremText}}
></alwatr-icon-box>

<alwatr-card stated elevated><input type="text" value="elevated" /></alwatr-card>
Expand Down