diff --git a/komp_ac/commands.md b/komp_ac/commands.md new file mode 100644 index 00000000..85266911 --- /dev/null +++ b/komp_ac/commands.md @@ -0,0 +1,71 @@ +# Komp účtovníctvo + +Príkazy na vytvorenie základných účtovných evidencií pre Komp. + +## Adresár + +Vytvorenie firmy alebo kontaktu v adresári: + +```text +adresar vytvor \ + --firma \ + --ulica \ + --psc \ + --mesto \ + --stat \ + --banka \ + --ucet \ + --ico \ + --kontakt \ + --telefon +``` + +Polia: + +| Pole | Význam | +| --- | --- | +| `firma` | Názov firmy alebo subjektu | +| `ulica` | Ulica a číslo | +| `psc` | PSČ | +| `mesto` | Mesto | +| `stat` | Štát | +| `banka` | Názov banky | +| `ucet` | Číslo bankového účtu | +| `ico` | IČO | +| `kontakt` | Kontaktná osoba alebo e-mail | +| `telefon` | Telefónne číslo | + +## Skladová karta + +Vytvorenie skladovej karty: + +```text +skladova-karta vytvor \ + --datum \ + --cislo-skladu \ + --cislo-karty \ + --tovar \ + --dph \ + --sarza \ + --balenie \ + --hodnota \ + --dodavatel +``` + +Polia: + +| Pole | Význam | +| --- | --- | +| `datum` | Dátum vytvorenia alebo zaradenia karty | +| `cislo-skladu` | Číslo skladu | +| `cislo-karty` | Číslo skladovej karty | +| `tovar` | Názov alebo identifikácia tovaru | +| `dph` | Sadzba DPH v percentách | +| `sarza` | Číslo alebo označenie šarže | +| `balenie` | Typ alebo množstvo balenia | +| `hodnota` | Hodnota tovaru | +| `dodavatel` | Dodávateľ vybraný záznamom v `adresar` | + +Hodnota `dodavatel` musí odkazovať na existujúci záznam v adresári, napríklad +pomocou IČO alebo interného ID adresára. Dodávateľa nie je potrebné zadávať +ako voľný text. diff --git a/web/penguinui-components/README.md b/web/penguinui-components/README.md new file mode 100644 index 00000000..752465dc --- /dev/null +++ b/web/penguinui-components/README.md @@ -0,0 +1,30 @@ +# 🐧 Penguin UI + +
+ +![Penguin UI](https://img.shields.io/badge/Penguin%20UI-v4.0-blue?style=for-the-badge&logo=tailwindcss) +![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-4.0-38B2AC?style=for-the-badge&logo=tailwindcss) +![Alpine.js](https://img.shields.io/badge/Alpine.js-3.0-77C1D2?style=for-the-badge&logo=alpine.js) + +*A collection of beautifully designed UI components built with **Tailwind CSS** and **Alpine.js*** + + [📚 **Documentation**](https://www.penguinui.com) • [🚀 **Getting Started**](https://www.penguinui.com/docs/getting-started) + +
+ + + + +## 📄 License + +This project is licensed under the MIT License - see the [LICENSE](https://www.penguinui.com/docs/license) for details. + +--- + +
+ +**Created by Salar Houshvand** + +[![X](https://img.shields.io/badge/salar_houshvand-000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/salar_houshvand) + +
diff --git a/web/penguinui-components/accordion/accordion-with-no-background.html b/web/penguinui-components/accordion/accordion-with-no-background.html new file mode 100644 index 00000000..4298ab23 --- /dev/null +++ b/web/penguinui-components/accordion/accordion-with-no-background.html @@ -0,0 +1,69 @@ +
+
+ +
+
+ Our website is optimized for the latest versions of Chrome, Firefox, Safari, and Edge. Check our documentation + for additional information. +
+
+
+
+ +
+
+ Reach out to our dedicated support team via email at support@example.com or + call our toll-free number at 1-800-123-4567 during business hours. +
+
+
+
+ +
+
+ Please refer to our refund policy page on + the website for detailed information regarding eligibility, timeframes, and the process for requesting a + refund. +
+
+
+
\ No newline at end of file diff --git a/web/penguinui-components/accordion/default-accordion.html b/web/penguinui-components/accordion/default-accordion.html new file mode 100644 index 00000000..c21ee042 --- /dev/null +++ b/web/penguinui-components/accordion/default-accordion.html @@ -0,0 +1,70 @@ +
+
+ +
+
+ Our website is optimized for the latest versions of Chrome, Firefox, Safari, and Edge. Check our documentation + for additional information. +
+
+
+
+ +
+
+ Reach out to our dedicated support team via email at support@example.com or + call our toll-free number at 1-800-123-4567 during business hours. +
+
+
+
+ +
+
+ Please refer to our refund policy page on + the website for detailed information regarding eligibility, timeframes, and the process for requesting a + refund. +
+
+
+
\ No newline at end of file diff --git a/web/penguinui-components/accordion/single.open-accordion.html b/web/penguinui-components/accordion/single.open-accordion.html new file mode 100644 index 00000000..d02bb121 --- /dev/null +++ b/web/penguinui-components/accordion/single.open-accordion.html @@ -0,0 +1,70 @@ +
+
+ +
+
+ Our website is optimized for the latest versions of Chrome, Firefox, Safari, and Edge. Check our documentation + for additional information. +
+
+
+
+ +
+
+ Reach out to our dedicated support team via email at support@example.com or + call our toll-free number at 1-800-123-4567 during business hours. +
+
+
+
+ +
+
+ Please refer to our refund policy page on + the website for detailed information regarding eligibility, timeframes, and the process for requesting a + refund. +
+
+
+
\ No newline at end of file diff --git a/web/penguinui-components/accordion/split-accordion.html b/web/penguinui-components/accordion/split-accordion.html new file mode 100644 index 00000000..8a21e924 --- /dev/null +++ b/web/penguinui-components/accordion/split-accordion.html @@ -0,0 +1,72 @@ +
+
+ +
+
+ Our website is optimized for the latest versions of Chrome, Firefox, Safari, and Edge. Check our documentation + for additional information. +
+
+
+
+ +
+
+ Reach out to our dedicated support team via email at support@example.com or + call our toll-free number at 1-800-123-4567 during business hours. +
+
+
+
+ +
+
+ Please refer to our refund policy page on + the website for detailed information regarding eligibility, timeframes, and the process for requesting a + refund. +
+
+
+
\ No newline at end of file diff --git a/web/penguinui-components/ai-options/image-style-selector.html b/web/penguinui-components/ai-options/image-style-selector.html new file mode 100644 index 00000000..915538ec --- /dev/null +++ b/web/penguinui-components/ai-options/image-style-selector.html @@ -0,0 +1,59 @@ +
+ Image Style +
+ + + + + + + + + + + +
+
\ No newline at end of file diff --git a/web/penguinui-components/ai-options/model-selector.html b/web/penguinui-components/ai-options/model-selector.html new file mode 100644 index 00000000..323b35fb --- /dev/null +++ b/web/penguinui-components/ai-options/model-selector.html @@ -0,0 +1,39 @@ +
+ Model + + + + + + +
\ No newline at end of file diff --git a/web/penguinui-components/ai-options/voice-tone-selector.html b/web/penguinui-components/ai-options/voice-tone-selector.html new file mode 100644 index 00000000..52ce7c29 --- /dev/null +++ b/web/penguinui-components/ai-options/voice-tone-selector.html @@ -0,0 +1,45 @@ +
+ Voice Tone +
+ + + + + + + + + + +
+
\ No newline at end of file diff --git a/web/penguinui-components/ai-output-display/chat-display.html b/web/penguinui-components/ai-output-display/chat-display.html new file mode 100644 index 00000000..ae54f9b4 --- /dev/null +++ b/web/penguinui-components/ai-output-display/chat-display.html @@ -0,0 +1,65 @@ +
+ +
+
+ User avatar + Alice Brown +
+

write a short paragraph about penguin.

+ +
+ +
+
+ + +
+ +
+ + + + Pengu AI +
+

+ The penguin is a fascinating bird perfectly adapted to life in the cold Antarctic regions. + With its distinctive black and white plumage, streamlined body, and flipper-like wings, the penguin + is an agile swimmer and expert diver, hunting for fish, krill, and squid underwater. Penguins are + highly social animals, often gathering in large colonies for breeding and protection. They have a unique + waddling gait on land but are graceful and swift in the water, using their flippers to propel themselves + through the icy seas. Known for their resilience in harsh environments, penguins evoke a sense of curiosity + and admiration for their ability to thrive in one of Earth's most extreme habitats. +

+ +
+ + + + +
+
\ No newline at end of file diff --git a/web/penguinui-components/ai-output-display/double-version-response.html b/web/penguinui-components/ai-output-display/double-version-response.html new file mode 100644 index 00000000..ecf1e863 --- /dev/null +++ b/web/penguinui-components/ai-output-display/double-version-response.html @@ -0,0 +1,56 @@ +
+ +
+
+ User avatar + Alice Brown +
+

what is a developer?

+ +
+ +
+
+ +

Which response do you prefer?

+ + +
+ +
+
+ + + + Response 1 +
+

+ A magician who turns caffeine into code, pizza into programs, and stress into syntax errors. +

+
+ + +
+
+ + + + Response 2 +
+

+ Someone who talks to computers in their own language and occasionally gets a response. +

+
+
+
\ No newline at end of file diff --git a/web/penguinui-components/ai-output-display/image-output.html b/web/penguinui-components/ai-output-display/image-output.html new file mode 100644 index 00000000..119a1f77 --- /dev/null +++ b/web/penguinui-components/ai-output-display/image-output.html @@ -0,0 +1,82 @@ +
+
+ fantasy character version 1 + + + + +
+
+ fantasy character version 2 + + + + +
+
+ fantasy character version 3 + + + + +
+
+ fantasy character version 4 + + + + +
+
\ No newline at end of file diff --git a/web/penguinui-components/ai-output-display/with-code-snippet.html b/web/penguinui-components/ai-output-display/with-code-snippet.html new file mode 100644 index 00000000..fa007327 --- /dev/null +++ b/web/penguinui-components/ai-output-display/with-code-snippet.html @@ -0,0 +1,74 @@ +
+ +
+
+ User avatar + Bob Johnson +
+

Generate a code for "Hellow World" in Javascript

+ +
+ +
+
+ + +
+ +
+ + + + Pengu AI +
+

+ Certainly! Below is a simple JavaScript code snippet to print "Hello World" to the console: +

+
+ +
+<script>
+    console.log("Hello World!")
+</script>
+
+
+

+ Is there anything else I can help with? +

+ +
+ + + + +
+
\ No newline at end of file diff --git a/web/penguinui-components/ai-output-interactions/copy-to-clipboard.html b/web/penguinui-components/ai-output-interactions/copy-to-clipboard.html new file mode 100644 index 00000000..1f6733aa --- /dev/null +++ b/web/penguinui-components/ai-output-interactions/copy-to-clipboard.html @@ -0,0 +1,31 @@ +
+
+

Here is a joke about penguins:

+

Why don't penguins like talking to strangers at parties?

+

Because they find it too ice-breaking!

+
+ + + +
diff --git a/web/penguinui-components/ai-output-interactions/download-button.html b/web/penguinui-components/ai-output-interactions/download-button.html new file mode 100644 index 00000000..f079be64 --- /dev/null +++ b/web/penguinui-components/ai-output-interactions/download-button.html @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/web/penguinui-components/ai-output-interactions/share-widget.html b/web/penguinui-components/ai-output-interactions/share-widget.html new file mode 100644 index 00000000..62523959 --- /dev/null +++ b/web/penguinui-components/ai-output-interactions/share-widget.html @@ -0,0 +1,122 @@ +
+ + + + +
\ No newline at end of file diff --git a/web/penguinui-components/ai-prompt-input/prompt-input-auto-growing-height.html b/web/penguinui-components/ai-prompt-input/prompt-input-auto-growing-height.html new file mode 100644 index 00000000..4be79a5e --- /dev/null +++ b/web/penguinui-components/ai-prompt-input/prompt-input-auto-growing-height.html @@ -0,0 +1,15 @@ +
+
+

Prompt

+

+ +
+
+ +
+
\ No newline at end of file diff --git a/web/penguinui-components/ai-prompt-input/simple-prompt-input.html b/web/penguinui-components/ai-prompt-input/simple-prompt-input.html new file mode 100644 index 00000000..60c4345c --- /dev/null +++ b/web/penguinui-components/ai-prompt-input/simple-prompt-input.html @@ -0,0 +1,8 @@ +
+ + + + +
\ No newline at end of file diff --git a/web/penguinui-components/ai-prompt-input/with-action-button.html b/web/penguinui-components/ai-prompt-input/with-action-button.html new file mode 100644 index 00000000..ba07e2f8 --- /dev/null +++ b/web/penguinui-components/ai-prompt-input/with-action-button.html @@ -0,0 +1,36 @@ +
+
+

Prompt

+

+ +
+
+
+ + + + + +
+ + +
+
\ No newline at end of file diff --git a/web/penguinui-components/ai-prompt-input/with-suggestions.html b/web/penguinui-components/ai-prompt-input/with-suggestions.html new file mode 100644 index 00000000..3333f3ce --- /dev/null +++ b/web/penguinui-components/ai-prompt-input/with-suggestions.html @@ -0,0 +1,19 @@ +
+
+
    +
  • +
  • +
  • +
  • +
+
+ +
+ + + + +
+
\ No newline at end of file diff --git a/web/penguinui-components/ai-triggers/button.html b/web/penguinui-components/ai-triggers/button.html new file mode 100644 index 00000000..21057036 --- /dev/null +++ b/web/penguinui-components/ai-triggers/button.html @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/ai-triggers/gradient-button.html b/web/penguinui-components/ai-triggers/gradient-button.html new file mode 100644 index 00000000..c6464e24 --- /dev/null +++ b/web/penguinui-components/ai-triggers/gradient-button.html @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/ai-triggers/keyboard-shortcut.html b/web/penguinui-components/ai-triggers/keyboard-shortcut.html new file mode 100644 index 00000000..160e0b91 --- /dev/null +++ b/web/penguinui-components/ai-triggers/keyboard-shortcut.html @@ -0,0 +1,10 @@ +
+
+ + + + +
+
diff --git a/web/penguinui-components/ai-triggers/trigger-orb.html b/web/penguinui-components/ai-triggers/trigger-orb.html new file mode 100644 index 00000000..34e94428 --- /dev/null +++ b/web/penguinui-components/ai-triggers/trigger-orb.html @@ -0,0 +1,44 @@ + \ No newline at end of file diff --git a/web/penguinui-components/alert/alert-dismiss-functionality.html b/web/penguinui-components/alert/alert-dismiss-functionality.html new file mode 100644 index 00000000..ec15264c --- /dev/null +++ b/web/penguinui-components/alert/alert-dismiss-functionality.html @@ -0,0 +1,109 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/web/penguinui-components/alert/alert-with-action.html b/web/penguinui-components/alert/alert-with-action.html new file mode 100644 index 00000000..dbb4d563 --- /dev/null +++ b/web/penguinui-components/alert/alert-with-action.html @@ -0,0 +1,127 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/web/penguinui-components/alert/alert-with-link.html b/web/penguinui-components/alert/alert-with-link.html new file mode 100644 index 00000000..fafd7d3b --- /dev/null +++ b/web/penguinui-components/alert/alert-with-link.html @@ -0,0 +1,103 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/web/penguinui-components/alert/alert-with-list.html b/web/penguinui-components/alert/alert-with-list.html new file mode 100644 index 00000000..196f25c7 --- /dev/null +++ b/web/penguinui-components/alert/alert-with-list.html @@ -0,0 +1,48 @@ + + + + + \ No newline at end of file diff --git a/web/penguinui-components/alert/default-alert.html b/web/penguinui-components/alert/default-alert.html new file mode 100644 index 00000000..0fc561f3 --- /dev/null +++ b/web/penguinui-components/alert/default-alert.html @@ -0,0 +1,101 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/web/penguinui-components/avatar/avatar-with-border.html b/web/penguinui-components/avatar/avatar-with-border.html new file mode 100644 index 00000000..6ecc8a73 --- /dev/null +++ b/web/penguinui-components/avatar/avatar-with-border.html @@ -0,0 +1,15 @@ + +Rounded avatar + + +Rounded avatar + + +Rounded avatar + + +Rounded avatar \ No newline at end of file diff --git a/web/penguinui-components/avatar/avatar-with-icon-placeholder.html b/web/penguinui-components/avatar/avatar-with-icon-placeholder.html new file mode 100644 index 00000000..72ecdecd --- /dev/null +++ b/web/penguinui-components/avatar/avatar-with-icon-placeholder.html @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/avatar/avatar-with-initials.html b/web/penguinui-components/avatar/avatar-with-initials.html new file mode 100644 index 00000000..0ef5022f --- /dev/null +++ b/web/penguinui-components/avatar/avatar-with-initials.html @@ -0,0 +1,24 @@ + +JS + + +JS + + +JS + + +JS + + +JS + + +JS + + +JS + + +JS + diff --git a/web/penguinui-components/avatar/avatar-with-status.html b/web/penguinui-components/avatar/avatar-with-status.html new file mode 100644 index 00000000..ef7e9822 --- /dev/null +++ b/web/penguinui-components/avatar/avatar-with-status.html @@ -0,0 +1,35 @@ + +
+ Rounded avatar + + +
+ + +
+ Rounded avatar + + +
+ + +
+ Rounded avatar + + +
+ + +
+ Rounded avatar + + +
+ + +
+ Rounded avatar + + +
+ diff --git a/web/penguinui-components/avatar/default-avatar.html b/web/penguinui-components/avatar/default-avatar.html new file mode 100644 index 00000000..87c5c8a5 --- /dev/null +++ b/web/penguinui-components/avatar/default-avatar.html @@ -0,0 +1 @@ +Rounded avatar diff --git a/web/penguinui-components/avatar/square-avatar.html b/web/penguinui-components/avatar/square-avatar.html new file mode 100644 index 00000000..68d299fd --- /dev/null +++ b/web/penguinui-components/avatar/square-avatar.html @@ -0,0 +1 @@ +Rounded avatar diff --git a/web/penguinui-components/avatar/stacked-avatars.html b/web/penguinui-components/avatar/stacked-avatars.html new file mode 100644 index 00000000..9df5090a --- /dev/null +++ b/web/penguinui-components/avatar/stacked-avatars.html @@ -0,0 +1,6 @@ +
+ Rounded avatar + Rounded avatar + Rounded avatar + Rounded avatar +
diff --git a/web/penguinui-components/badge/animating-notification-badge.html b/web/penguinui-components/badge/animating-notification-badge.html new file mode 100644 index 00000000..7e053de9 --- /dev/null +++ b/web/penguinui-components/badge/animating-notification-badge.html @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/badge/badge-with-icon.html b/web/penguinui-components/badge/badge-with-icon.html new file mode 100644 index 00000000..ed421350 --- /dev/null +++ b/web/penguinui-components/badge/badge-with-icon.html @@ -0,0 +1,60 @@ + + + + + Penguin + + + + + + + + Filter + + + + + + + + Verified + + + + + + + + Active + + + + + + + + Outdated + + + + + + + + Disconnected + + + diff --git a/web/penguinui-components/badge/badge-with-indicator.html b/web/penguinui-components/badge/badge-with-indicator.html new file mode 100644 index 00000000..ddec6b24 --- /dev/null +++ b/web/penguinui-components/badge/badge-with-indicator.html @@ -0,0 +1,64 @@ + + + + + Bagde + + + + + + + + Bagde + + + + + + + + Bagde + + + + + + + + Bagde + + + + + + + + Bagde + + + + + + + + Bagde + + + + + + + + Bagde + + + + + + + + Bagde + + + diff --git a/web/penguinui-components/badge/default-badge.html b/web/penguinui-components/badge/default-badge.html new file mode 100644 index 00000000..51b3acee --- /dev/null +++ b/web/penguinui-components/badge/default-badge.html @@ -0,0 +1,24 @@ + +Bagde + + +Bagde + + +Bagde + + +Bagde + + +Bagde + + +Bagde + + +Bagde + + +Bagde + diff --git a/web/penguinui-components/badge/notification-badge.html b/web/penguinui-components/badge/notification-badge.html new file mode 100644 index 00000000..ef160a62 --- /dev/null +++ b/web/penguinui-components/badge/notification-badge.html @@ -0,0 +1,14 @@ + + + diff --git a/web/penguinui-components/badge/soft-color-badge.html b/web/penguinui-components/badge/soft-color-badge.html new file mode 100644 index 00000000..144ba1e4 --- /dev/null +++ b/web/penguinui-components/badge/soft-color-badge.html @@ -0,0 +1,40 @@ + + + Bagde + + + + + Bagde + + + + + Bagde + + + + + Bagde + + + + + Bagde + + + + + Bagde + + + + + Bagde + + + + + Bagde + + diff --git a/web/penguinui-components/banner/banner-with-button.html b/web/penguinui-components/banner/banner-with-button.html new file mode 100644 index 00000000..4cee3802 --- /dev/null +++ b/web/penguinui-components/banner/banner-with-button.html @@ -0,0 +1,11 @@ +
+
+

Get Fit Anywhere, Anytime 💪

+ +
+ +
\ No newline at end of file diff --git a/web/penguinui-components/banner/cookie-banner.html b/web/penguinui-components/banner/cookie-banner.html new file mode 100644 index 00000000..c321fe42 --- /dev/null +++ b/web/penguinui-components/banner/cookie-banner.html @@ -0,0 +1,22 @@ +
+ +
+

+ + Cookie Time! +

+
+ + +
+

+ We use cookies to make your experience sweet and crispy. For more information, please read our Privacy Policy +

+
+ + +
+ + +
+
\ No newline at end of file diff --git a/web/penguinui-components/banner/fixed-banner.html b/web/penguinui-components/banner/fixed-banner.html new file mode 100644 index 00000000..e47772c9 --- /dev/null +++ b/web/penguinui-components/banner/fixed-banner.html @@ -0,0 +1,8 @@ +
+

Limited Time Offer! Explore exclusive deals & savings

+ +
\ No newline at end of file diff --git a/web/penguinui-components/banner/simple-banner.html b/web/penguinui-components/banner/simple-banner.html new file mode 100644 index 00000000..e2be5e16 --- /dev/null +++ b/web/penguinui-components/banner/simple-banner.html @@ -0,0 +1,8 @@ +
+

Limited Time Offer! Explore exclusive deals & savings

+ +
\ No newline at end of file diff --git a/web/penguinui-components/breadcrumbs/breadcrumb-with-chevron.html b/web/penguinui-components/breadcrumbs/breadcrumb-with-chevron.html new file mode 100644 index 00000000..ad285507 --- /dev/null +++ b/web/penguinui-components/breadcrumbs/breadcrumb-with-chevron.html @@ -0,0 +1,17 @@ + diff --git a/web/penguinui-components/breadcrumbs/breadcrumb-with-icon.html b/web/penguinui-components/breadcrumbs/breadcrumb-with-icon.html new file mode 100644 index 00000000..b46cc5e7 --- /dev/null +++ b/web/penguinui-components/breadcrumbs/breadcrumb-with-icon.html @@ -0,0 +1,21 @@ + diff --git a/web/penguinui-components/breadcrumbs/breadcrumb-with-slash.html b/web/penguinui-components/breadcrumbs/breadcrumb-with-slash.html new file mode 100644 index 00000000..203f0958 --- /dev/null +++ b/web/penguinui-components/breadcrumbs/breadcrumb-with-slash.html @@ -0,0 +1,13 @@ + diff --git a/web/penguinui-components/buttons/button-with-icon.html b/web/penguinui-components/buttons/button-with-icon.html new file mode 100644 index 00000000..1bb62bb3 --- /dev/null +++ b/web/penguinui-components/buttons/button-with-icon.html @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/buttons/default-button.html b/web/penguinui-components/buttons/default-button.html new file mode 100644 index 00000000..d10fb768 --- /dev/null +++ b/web/penguinui-components/buttons/default-button.html @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/buttons/floating-action-button.html b/web/penguinui-components/buttons/floating-action-button.html new file mode 100644 index 00000000..59929f38 --- /dev/null +++ b/web/penguinui-components/buttons/floating-action-button.html @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/buttons/ghost-button.html b/web/penguinui-components/buttons/ghost-button.html new file mode 100644 index 00000000..f9f3603b --- /dev/null +++ b/web/penguinui-components/buttons/ghost-button.html @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/buttons/loading-button.html b/web/penguinui-components/buttons/loading-button.html new file mode 100644 index 00000000..6eaff093 --- /dev/null +++ b/web/penguinui-components/buttons/loading-button.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/buttons/outline-button.html b/web/penguinui-components/buttons/outline-button.html new file mode 100644 index 00000000..0470e6d0 --- /dev/null +++ b/web/penguinui-components/buttons/outline-button.html @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/card/card-with-button.html b/web/penguinui-components/card/card-with-button.html new file mode 100644 index 00000000..50590fdb --- /dev/null +++ b/web/penguinui-components/card/card-with-button.html @@ -0,0 +1,20 @@ +
+
+ view of a coastal Mediterranean village on a hillside, with small boats in the water. +
+
+
+ + Europe +
+

Mediterranean Escape

+

+ Relax under the sun, savor delicious cuisine, and create + memories that last a lifetime. Book your getaway now. +

+ +
+
\ No newline at end of file diff --git a/web/penguinui-components/card/default-card.html b/web/penguinui-components/card/default-card.html new file mode 100644 index 00000000..74fde862 --- /dev/null +++ b/web/penguinui-components/card/default-card.html @@ -0,0 +1,14 @@ +
+
+ a penguin robot talking with a human +
+
+ Features +

Penguai can teach you Javascript

+

+ Learning JavaScript doesn't need to be difficult. Our penguin AI + robot can learn how much you know and will go at your speed. + Although Penguai is small, he's got a mighty big CPU. +

+
+
\ No newline at end of file diff --git a/web/penguinui-components/card/ecommerce-product-card.html b/web/penguinui-components/card/ecommerce-product-card.html new file mode 100644 index 00000000..00074cc8 --- /dev/null +++ b/web/penguinui-components/card/ecommerce-product-card.html @@ -0,0 +1,47 @@ +
+ +
+ CASIO G-SHOCK GA2100, Black face, black bands +
+ +
+ +
+ +
+

CASIO G-SHOCK GA2100

+ +
+ Rated 3 stars + + + + + +
+
+ Price$99.99 +
+

+ The Casio G-Shock GA2100 is simply designed for easy + timekeeping, featuring a sleek profile and clear display. +

+ + +
+
\ No newline at end of file diff --git a/web/penguinui-components/card/horizontal-card.html b/web/penguinui-components/card/horizontal-card.html new file mode 100644 index 00000000..2f054ac0 --- /dev/null +++ b/web/penguinui-components/card/horizontal-card.html @@ -0,0 +1,22 @@ +
+ +
+ a men wearing VR goggles +
+ +
+ Artificial Intelligence +

AI-Powered VR Goggles Redefine Reality: Augmented Vision for Al

+

+ Experience the next level of augmented reality with smart + goggles integrating cutting-edge AI for seamless interaction + with the world around you. +

+ + Read full story + + +
+
\ No newline at end of file diff --git a/web/penguinui-components/card/pricing-card.html b/web/penguinui-components/card/pricing-card.html new file mode 100644 index 00000000..f057a794 --- /dev/null +++ b/web/penguinui-components/card/pricing-card.html @@ -0,0 +1,17 @@ +
+ TOP CHOICE +

Premium

+

Best tools for productivity

+ $8.99 + Per month +

Features

+
    +
  • Unlimited access to all courses
  • +
  • Personalized learning plan
  • +
  • Offline viewing
  • +
  • No ads
  • +
  • High quality video
  • +
  • Cancel anytime
  • +
+ +
\ No newline at end of file diff --git a/web/penguinui-components/card/socials-card.html b/web/penguinui-components/card/socials-card.html new file mode 100644 index 00000000..e7d4fcc3 --- /dev/null +++ b/web/penguinui-components/card/socials-card.html @@ -0,0 +1,51 @@ +
+ +
+ cover photo +
+ + avatar +
+
+ +
+

Alice Brown

+ UX DESIGNER +

+ Making tech products user-friendly and delightful. Looking to + collaborate and create meaningful digital products. +

+ + +
+
\ No newline at end of file diff --git a/web/penguinui-components/card/testimonial-card.html b/web/penguinui-components/card/testimonial-card.html new file mode 100644 index 00000000..3c7a2c41 --- /dev/null +++ b/web/penguinui-components/card/testimonial-card.html @@ -0,0 +1,40 @@ +
+ +

+ Simply put, this software transformed my workflow! Its intuitive + interface and powerful features make tasks a breeze. A game-changer + for productivity! +

+ +
+ +
+ avatar +
+

Bob Johnson

+ CEO - TechNova +
+
+ +
+ Rated 4 stars + + + + + +
+
+
\ No newline at end of file diff --git a/web/penguinui-components/carousel/carousel-on-card.html b/web/penguinui-components/carousel/carousel-on-card.html new file mode 100644 index 00000000..a10b019c --- /dev/null +++ b/web/penguinui-components/carousel/carousel-on-card.html @@ -0,0 +1,89 @@ +
+ +
+
+ + + + + + + + +
+ +
+ +
+
+ +
+ +
+ +
+

BioHazardApe #343

+
+ + price0.45 ETH +
+

+ by @apeMakers +
+
+ BioHazardApe NFT showcases a captivating collection of digital artworks inspired by the wild essence of apes, each piece a gem in the jungle of digital art. +

+ + +
+
\ No newline at end of file diff --git a/web/penguinui-components/carousel/carousel-with-autoplay.html b/web/penguinui-components/carousel/carousel-with-autoplay.html new file mode 100644 index 00000000..f09be8d4 --- /dev/null +++ b/web/penguinui-components/carousel/carousel-with-autoplay.html @@ -0,0 +1,91 @@ +
+ + + +
+ +
+ + + + + +
+ +
+
\ No newline at end of file diff --git a/web/penguinui-components/carousel/carousel-with-cta-button.html b/web/penguinui-components/carousel/carousel-with-cta-button.html new file mode 100644 index 00000000..09d25715 --- /dev/null +++ b/web/penguinui-components/carousel/carousel-with-cta-button.html @@ -0,0 +1,85 @@ +
+ + + + + + + + + +
+ +
+ + +
+ +
+
\ No newline at end of file diff --git a/web/penguinui-components/carousel/carousel-with-fixed-aspect-ratio.html b/web/penguinui-components/carousel/carousel-with-fixed-aspect-ratio.html new file mode 100644 index 00000000..5b4dc18a --- /dev/null +++ b/web/penguinui-components/carousel/carousel-with-fixed-aspect-ratio.html @@ -0,0 +1,66 @@ +
+ + + + + + + + + +
+ +
+ + +
+ +
+
\ No newline at end of file diff --git a/web/penguinui-components/carousel/carousel-with-text.html b/web/penguinui-components/carousel/carousel-with-text.html new file mode 100644 index 00000000..2dbb8bd1 --- /dev/null +++ b/web/penguinui-components/carousel/carousel-with-text.html @@ -0,0 +1,78 @@ +
+ + + + + + + + + +
+ +
+ + +
+ +
+
\ No newline at end of file diff --git a/web/penguinui-components/carousel/carousel-with-touch.html b/web/penguinui-components/carousel/carousel-with-touch.html new file mode 100644 index 00000000..39188c1c --- /dev/null +++ b/web/penguinui-components/carousel/carousel-with-touch.html @@ -0,0 +1,72 @@ +
+ + + +
+ +
+ + +
+ +
+
\ No newline at end of file diff --git a/web/penguinui-components/carousel/default-carousel.html b/web/penguinui-components/carousel/default-carousel.html new file mode 100644 index 00000000..1851173a --- /dev/null +++ b/web/penguinui-components/carousel/default-carousel.html @@ -0,0 +1,65 @@ +
+ + + + + + + + + +
+ +
+ + +
+ +
+
\ No newline at end of file diff --git a/web/penguinui-components/chat-bubble/chat-bubble-with-avatar.html b/web/penguinui-components/chat-bubble/chat-bubble-with-avatar.html new file mode 100644 index 00000000..3c35af6d --- /dev/null +++ b/web/penguinui-components/chat-bubble/chat-bubble-with-avatar.html @@ -0,0 +1,34 @@ +
+ +
+ avatar +
+ Penguin UI +
+ Hi there! How can I assist you today? +
+ 11:32 AM +
+
+ + +
+
+ I accidentally deleted some important files. Can they be recovered? + 11:34 AM +
+ JS +
+ + +
+ avatar +
+ Penguin UI +
+ I'm sorry to hear that. Let me guide you through the process to resolve it. Could you please provide your username? +
+ 11:32 AM +
+
+
diff --git a/web/penguinui-components/chat-bubble/chat-bubble-with-timestamp.html b/web/penguinui-components/chat-bubble/chat-bubble-with-timestamp.html new file mode 100644 index 00000000..fa7641e8 --- /dev/null +++ b/web/penguinui-components/chat-bubble/chat-bubble-with-timestamp.html @@ -0,0 +1,25 @@ +
+ +
+ Penguin UI +
+ Hi there! How can I assist you today? +
+ 11:32 AM +
+ + +
+ I accidentally deleted some important files. Can they be recovered? + 11:34 AM +
+ + +
+ Penguin UI +
+ I'm sorry to hear that. Let me guide you through the process to resolve it. Could you please provide your username? +
+ 11:35 AM +
+
diff --git a/web/penguinui-components/chat-bubble/default-chat-bubble.html b/web/penguinui-components/chat-bubble/default-chat-bubble.html new file mode 100644 index 00000000..3a852d8f --- /dev/null +++ b/web/penguinui-components/chat-bubble/default-chat-bubble.html @@ -0,0 +1,22 @@ +
+ +
+ Penguin UI +
+ Hi there! How can I assist you today? +
+
+ + +
+ I accidentally deleted some important files. Can they be recovered? +
+ + +
+ Penguin UI +
+ I'm sorry to hear that. Let me guide you through the process to resolve it. Could you please provide your username? +
+
+
diff --git a/web/penguinui-components/chat-bubble/typing-indicator.html b/web/penguinui-components/chat-bubble/typing-indicator.html new file mode 100644 index 00000000..47e01e9c --- /dev/null +++ b/web/penguinui-components/chat-bubble/typing-indicator.html @@ -0,0 +1,32 @@ +
+ +
+ avatar +
+ Penguin UI +
+ Hi there! How can I assist you today? +
+ 11:32 AM +
+
+ + +
+
+ I accidentally deleted some important files. Can they be recovered? + 11:34 AM +
+ JS +
+ + +
+ avatar +
+ + + +
+
+
diff --git a/web/penguinui-components/checkbox/checkbox-color-variants.html b/web/penguinui-components/checkbox/checkbox-color-variants.html new file mode 100644 index 00000000..ba58a11f --- /dev/null +++ b/web/penguinui-components/checkbox/checkbox-color-variants.html @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/checkbox/checkbox-group.html b/web/penguinui-components/checkbox/checkbox-group.html new file mode 100644 index 00000000..650376aa --- /dev/null +++ b/web/penguinui-components/checkbox/checkbox-group.html @@ -0,0 +1,36 @@ +

Notifications

+
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
diff --git a/web/penguinui-components/checkbox/checkbox-with-animation.html b/web/penguinui-components/checkbox/checkbox-with-animation.html new file mode 100644 index 00000000..db97f846 --- /dev/null +++ b/web/penguinui-components/checkbox/checkbox-with-animation.html @@ -0,0 +1,29 @@ + + + + + diff --git a/web/penguinui-components/checkbox/checkbox-with-container.html b/web/penguinui-components/checkbox/checkbox-with-container.html new file mode 100644 index 00000000..e69a8f76 --- /dev/null +++ b/web/penguinui-components/checkbox/checkbox-with-container.html @@ -0,0 +1,9 @@ + diff --git a/web/penguinui-components/checkbox/checkbox-with-custom-icon.html b/web/penguinui-components/checkbox/checkbox-with-custom-icon.html new file mode 100644 index 00000000..eb92414a --- /dev/null +++ b/web/penguinui-components/checkbox/checkbox-with-custom-icon.html @@ -0,0 +1,33 @@ + + + + + + + + + diff --git a/web/penguinui-components/checkbox/checkbox-with-description.html b/web/penguinui-components/checkbox/checkbox-with-description.html new file mode 100644 index 00000000..61eb9da9 --- /dev/null +++ b/web/penguinui-components/checkbox/checkbox-with-description.html @@ -0,0 +1,12 @@ +
+ + You only gonna get good news, promise. +
diff --git a/web/penguinui-components/checkbox/default-checkbox.html b/web/penguinui-components/checkbox/default-checkbox.html new file mode 100644 index 00000000..41355274 --- /dev/null +++ b/web/penguinui-components/checkbox/default-checkbox.html @@ -0,0 +1,9 @@ + diff --git a/web/penguinui-components/combobox/combobox-with-checkboxes.html b/web/penguinui-components/combobox/combobox-with-checkboxes.html new file mode 100644 index 00000000..e852cf58 --- /dev/null +++ b/web/penguinui-components/combobox/combobox-with-checkboxes.html @@ -0,0 +1,129 @@ +
+ +
+ + + + + + +
    + +
+
+
diff --git a/web/penguinui-components/combobox/combobox-with-images.html b/web/penguinui-components/combobox/combobox-with-images.html new file mode 100644 index 00000000..b306d08d --- /dev/null +++ b/web/penguinui-components/combobox/combobox-with-images.html @@ -0,0 +1,115 @@ +
+ +
+ + + + + + +
    + +
+
+
\ No newline at end of file diff --git a/web/penguinui-components/combobox/combobox-with-search.html b/web/penguinui-components/combobox/combobox-with-search.html new file mode 100644 index 00000000..3315061e --- /dev/null +++ b/web/penguinui-components/combobox/combobox-with-search.html @@ -0,0 +1,259 @@ +
+ +
+ + + + + + +
+ + +
+ + +
+ + +
    + + +
+
+
+
\ No newline at end of file diff --git a/web/penguinui-components/combobox/country-selector-with-flags-and-search.html b/web/penguinui-components/combobox/country-selector-with-flags-and-search.html new file mode 100644 index 00000000..fe7901c3 --- /dev/null +++ b/web/penguinui-components/combobox/country-selector-with-flags-and-search.html @@ -0,0 +1,318 @@ +
+ +
+ + + + + + +
+ + +
+ + +
+ + +
    + + +
+
+
+
\ No newline at end of file diff --git a/web/penguinui-components/combobox/phone-number-input-with-country-code-dropdown.html b/web/penguinui-components/combobox/phone-number-input-with-country-code-dropdown.html new file mode 100644 index 00000000..3545c35d --- /dev/null +++ b/web/penguinui-components/combobox/phone-number-input-with-country-code-dropdown.html @@ -0,0 +1,317 @@ +
+ +
+ + +
+ + + +
+ +
+ + +
+ +
    + + +
+
+
+ + +
+
\ No newline at end of file diff --git a/web/penguinui-components/combobox/simple-combobox.html b/web/penguinui-components/combobox/simple-combobox.html new file mode 100644 index 00000000..b18f4ed5 --- /dev/null +++ b/web/penguinui-components/combobox/simple-combobox.html @@ -0,0 +1,107 @@ +
+ +
+ + + + + + +
    + +
+
+
\ No newline at end of file diff --git a/web/penguinui-components/combobox/us-state-selector-with-flags-and-search.html b/web/penguinui-components/combobox/us-state-selector-with-flags-and-search.html new file mode 100644 index 00000000..115fbd15 --- /dev/null +++ b/web/penguinui-components/combobox/us-state-selector-with-flags-and-search.html @@ -0,0 +1,330 @@ +
+ +
+ + + + + + +
+ + +
+ + +
+ + +
    + + +
+
+
+
\ No newline at end of file diff --git a/web/penguinui-components/counter/default-counter.html b/web/penguinui-components/counter/default-counter.html new file mode 100644 index 00000000..7c3edf27 --- /dev/null +++ b/web/penguinui-components/counter/default-counter.html @@ -0,0 +1,16 @@ +
+ +
+ + + +
+
diff --git a/web/penguinui-components/counter/split-counter.html b/web/penguinui-components/counter/split-counter.html new file mode 100644 index 00000000..b31572b2 --- /dev/null +++ b/web/penguinui-components/counter/split-counter.html @@ -0,0 +1,16 @@ +
+ +
+ + + +
+
diff --git a/web/penguinui-components/dropdowns/context-menu-dropdown.html b/web/penguinui-components/dropdowns/context-menu-dropdown.html new file mode 100644 index 00000000..5ccffa78 --- /dev/null +++ b/web/penguinui-components/dropdowns/context-menu-dropdown.html @@ -0,0 +1,82 @@ +
+ + + + +
diff --git a/web/penguinui-components/dropdowns/dropdown-with-click.html b/web/penguinui-components/dropdowns/dropdown-with-click.html new file mode 100644 index 00000000..0cb341b8 --- /dev/null +++ b/web/penguinui-components/dropdowns/dropdown-with-click.html @@ -0,0 +1,16 @@ +
+ + + + +
diff --git a/web/penguinui-components/dropdowns/dropdown-with-divider.html b/web/penguinui-components/dropdowns/dropdown-with-divider.html new file mode 100644 index 00000000..a91a921a --- /dev/null +++ b/web/penguinui-components/dropdowns/dropdown-with-divider.html @@ -0,0 +1,24 @@ +
+ + + + +
diff --git a/web/penguinui-components/dropdowns/dropdown-with-hover.html b/web/penguinui-components/dropdowns/dropdown-with-hover.html new file mode 100644 index 00000000..4a383f15 --- /dev/null +++ b/web/penguinui-components/dropdowns/dropdown-with-hover.html @@ -0,0 +1,16 @@ +
+ + + + +
diff --git a/web/penguinui-components/dropdowns/dropdown-with-icons.html b/web/penguinui-components/dropdowns/dropdown-with-icons.html new file mode 100644 index 00000000..58789801 --- /dev/null +++ b/web/penguinui-components/dropdowns/dropdown-with-icons.html @@ -0,0 +1,59 @@ + diff --git a/web/penguinui-components/file-input/default-file-input.html b/web/penguinui-components/file-input/default-file-input.html new file mode 100644 index 00000000..079e8f67 --- /dev/null +++ b/web/penguinui-components/file-input/default-file-input.html @@ -0,0 +1,4 @@ +
+ + +
diff --git a/web/penguinui-components/file-input/file-input-states.html b/web/penguinui-components/file-input/file-input-states.html new file mode 100644 index 00000000..366a7732 --- /dev/null +++ b/web/penguinui-components/file-input/file-input-states.html @@ -0,0 +1,22 @@ + +
+ + + Error: Please choose a file for upload +
+ + +
+ + +
diff --git a/web/penguinui-components/file-input/file-input-with-drag-and-drop.html b/web/penguinui-components/file-input/file-input-with-drag-and-drop.html new file mode 100644 index 00000000..8f9df099 --- /dev/null +++ b/web/penguinui-components/file-input/file-input-with-drag-and-drop.html @@ -0,0 +1,16 @@ +
+ Cover Picture +
+ +
+ + or drag and drop here +
+ PNG, JPG, WebP - Max 5MB +
+
diff --git a/web/penguinui-components/file-input/file-input-with-helper-text.html b/web/penguinui-components/file-input/file-input-with-helper-text.html new file mode 100644 index 00000000..fafdaba0 --- /dev/null +++ b/web/penguinui-components/file-input/file-input-with-helper-text.html @@ -0,0 +1,5 @@ +
+ + + PNG, JPG, WebP - Max 5MB +
diff --git a/web/penguinui-components/kbd/alphabet-keys.html b/web/penguinui-components/kbd/alphabet-keys.html new file mode 100644 index 00000000..c95f941e --- /dev/null +++ b/web/penguinui-components/kbd/alphabet-keys.html @@ -0,0 +1,79 @@ + +A + + +B + + +C + + +D + + +E + + +F + + +G + + +H + + +I + + +J + + +K + + +L + + +M + + +N + + +O + + +P + + +Q + + +R + + +S + + +T + + +U + + +V + + +W + + +X + + +Y + + +Z + + diff --git a/web/penguinui-components/kbd/frequently-used-keys.html b/web/penguinui-components/kbd/frequently-used-keys.html new file mode 100644 index 00000000..95ec9400 --- /dev/null +++ b/web/penguinui-components/kbd/frequently-used-keys.html @@ -0,0 +1,49 @@ + +Tab + + +Shift + + +space + + +Ctrl + + +command + + +alt + + +option + + +Enter + + +Backspace + + +Esc + + +Delete + + +Up + + +Down + + +Left + + +Right + + +Caps Lock + + diff --git a/web/penguinui-components/kbd/function-keys.html b/web/penguinui-components/kbd/function-keys.html new file mode 100644 index 00000000..24340f85 --- /dev/null +++ b/web/penguinui-components/kbd/function-keys.html @@ -0,0 +1,34 @@ + +F1 + + +F2 + + +F3 + + +F4 + + +F5 + + +F6 + + +F7 + + +F8 + + +F10 + + +F11 + + +F12 + + diff --git a/web/penguinui-components/kbd/kbd-within-text.html b/web/penguinui-components/kbd/kbd-within-text.html new file mode 100644 index 00000000..d5a8b2e9 --- /dev/null +++ b/web/penguinui-components/kbd/kbd-within-text.html @@ -0,0 +1 @@ +

To Tab or to Space that's the question!

diff --git a/web/penguinui-components/kbd/keys-with-icon.html b/web/penguinui-components/kbd/keys-with-icon.html new file mode 100644 index 00000000..a2ae3586 --- /dev/null +++ b/web/penguinui-components/kbd/keys-with-icon.html @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/kbd/number-keys.html b/web/penguinui-components/kbd/number-keys.html new file mode 100644 index 00000000..0cd9e937 --- /dev/null +++ b/web/penguinui-components/kbd/number-keys.html @@ -0,0 +1,31 @@ + +1 + + +2 + + +3 + + +4 + + +5 + + +6 + + +7 + + +8 + + +9 + + +0 + + diff --git a/web/penguinui-components/link/button-link.html b/web/penguinui-components/link/button-link.html new file mode 100644 index 00000000..b34665e5 --- /dev/null +++ b/web/penguinui-components/link/button-link.html @@ -0,0 +1 @@ +I'm a link diff --git a/web/penguinui-components/link/default-link.html b/web/penguinui-components/link/default-link.html new file mode 100644 index 00000000..2e76964d --- /dev/null +++ b/web/penguinui-components/link/default-link.html @@ -0,0 +1 @@ +Read if bored diff --git a/web/penguinui-components/link/link-with-icon.html b/web/penguinui-components/link/link-with-icon.html new file mode 100644 index 00000000..efe742ba --- /dev/null +++ b/web/penguinui-components/link/link-with-icon.html @@ -0,0 +1,5 @@ +

Find out more about our company + +

diff --git a/web/penguinui-components/link/link-within-text.html b/web/penguinui-components/link/link-within-text.html new file mode 100644 index 00000000..1c5591bb --- /dev/null +++ b/web/penguinui-components/link/link-within-text.html @@ -0,0 +1 @@ +

Follow us on social media and become our virtual BFF. We promise not to send cat videos (just kidding, we totally will).

diff --git a/web/penguinui-components/modal/default-modal.html b/web/penguinui-components/modal/default-modal.html new file mode 100644 index 00000000..eda7f4b7 --- /dev/null +++ b/web/penguinui-components/modal/default-modal.html @@ -0,0 +1,26 @@ +
+ + +
\ No newline at end of file diff --git a/web/penguinui-components/modal/modal-alerts.html b/web/penguinui-components/modal/modal-alerts.html new file mode 100644 index 00000000..b0ea5d6e --- /dev/null +++ b/web/penguinui-components/modal/modal-alerts.html @@ -0,0 +1,128 @@ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ diff --git a/web/penguinui-components/modal/modal-backdrop-style.html b/web/penguinui-components/modal/modal-backdrop-style.html new file mode 100644 index 00000000..83a7b3a6 --- /dev/null +++ b/web/penguinui-components/modal/modal-backdrop-style.html @@ -0,0 +1,26 @@ +
+ + +
\ No newline at end of file diff --git a/web/penguinui-components/modal/modal-placement.html b/web/penguinui-components/modal/modal-placement.html new file mode 100644 index 00000000..b75437b4 --- /dev/null +++ b/web/penguinui-components/modal/modal-placement.html @@ -0,0 +1,26 @@ +
+ + +
\ No newline at end of file diff --git a/web/penguinui-components/modal/modal-transition.html b/web/penguinui-components/modal/modal-transition.html new file mode 100644 index 00000000..28eedc45 --- /dev/null +++ b/web/penguinui-components/modal/modal-transition.html @@ -0,0 +1,26 @@ +
+ + +
\ No newline at end of file diff --git a/web/penguinui-components/modal/video-modal.html b/web/penguinui-components/modal/video-modal.html new file mode 100644 index 00000000..8a263cf4 --- /dev/null +++ b/web/penguinui-components/modal/video-modal.html @@ -0,0 +1,26 @@ +
+ + +
\ No newline at end of file diff --git a/web/penguinui-components/navbar/default-navbar.html b/web/penguinui-components/navbar/default-navbar.html new file mode 100644 index 00000000..6ba7b1b5 --- /dev/null +++ b/web/penguinui-components/navbar/default-navbar.html @@ -0,0 +1,30 @@ + diff --git a/web/penguinui-components/navbar/with-call-to-action.html b/web/penguinui-components/navbar/with-call-to-action.html new file mode 100644 index 00000000..1025e6d0 --- /dev/null +++ b/web/penguinui-components/navbar/with-call-to-action.html @@ -0,0 +1,32 @@ + diff --git a/web/penguinui-components/navbar/with-search.html b/web/penguinui-components/navbar/with-search.html new file mode 100644 index 00000000..160ecc6b --- /dev/null +++ b/web/penguinui-components/navbar/with-search.html @@ -0,0 +1,69 @@ + diff --git a/web/penguinui-components/navbar/with-user-profile.html b/web/penguinui-components/navbar/with-user-profile.html new file mode 100644 index 00000000..eb1b9b28 --- /dev/null +++ b/web/penguinui-components/navbar/with-user-profile.html @@ -0,0 +1,62 @@ + diff --git a/web/penguinui-components/pagination/default-pagination.html b/web/penguinui-components/pagination/default-pagination.html new file mode 100644 index 00000000..fc8b6480 --- /dev/null +++ b/web/penguinui-components/pagination/default-pagination.html @@ -0,0 +1,24 @@ + diff --git a/web/penguinui-components/pagination/pagination-with-ellipsis.html b/web/penguinui-components/pagination/pagination-with-ellipsis.html new file mode 100644 index 00000000..981b81cc --- /dev/null +++ b/web/penguinui-components/pagination/pagination-with-ellipsis.html @@ -0,0 +1,31 @@ + diff --git a/web/penguinui-components/pagination/pagination-with-next-preview.html b/web/penguinui-components/pagination/pagination-with-next-preview.html new file mode 100644 index 00000000..46f076cb --- /dev/null +++ b/web/penguinui-components/pagination/pagination-with-next-preview.html @@ -0,0 +1,20 @@ + diff --git a/web/penguinui-components/progress/progress-bar-color-variants.html b/web/penguinui-components/progress/progress-bar-color-variants.html new file mode 100644 index 00000000..28d7b289 --- /dev/null +++ b/web/penguinui-components/progress/progress-bar-color-variants.html @@ -0,0 +1,36 @@ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ diff --git a/web/penguinui-components/progress/progress-bar-default.html b/web/penguinui-components/progress/progress-bar-default.html new file mode 100644 index 00000000..d87c3283 --- /dev/null +++ b/web/penguinui-components/progress/progress-bar-default.html @@ -0,0 +1,3 @@ +
+
+
\ No newline at end of file diff --git a/web/penguinui-components/progress/progress-bar-gradient.html b/web/penguinui-components/progress/progress-bar-gradient.html new file mode 100644 index 00000000..07f2de29 --- /dev/null +++ b/web/penguinui-components/progress/progress-bar-gradient.html @@ -0,0 +1,24 @@ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ diff --git a/web/penguinui-components/progress/progress-bar-label-inside.html b/web/penguinui-components/progress/progress-bar-label-inside.html new file mode 100644 index 00000000..47051fca --- /dev/null +++ b/web/penguinui-components/progress/progress-bar-label-inside.html @@ -0,0 +1,5 @@ +
+
+ +
+
\ No newline at end of file diff --git a/web/penguinui-components/progress/progress-bar-label-outside.html b/web/penguinui-components/progress/progress-bar-label-outside.html new file mode 100644 index 00000000..c6e4b903 --- /dev/null +++ b/web/penguinui-components/progress/progress-bar-label-outside.html @@ -0,0 +1,10 @@ +
+
+ Progress + +
+
+
+
+
+
diff --git a/web/penguinui-components/progress/progress-bar-multiple.html b/web/penguinui-components/progress/progress-bar-multiple.html new file mode 100644 index 00000000..31094fef --- /dev/null +++ b/web/penguinui-components/progress/progress-bar-multiple.html @@ -0,0 +1,5 @@ +
+
+
+
+
\ No newline at end of file diff --git a/web/penguinui-components/radio/custom-radio.html b/web/penguinui-components/radio/custom-radio.html new file mode 100644 index 00000000..f08ca7c3 --- /dev/null +++ b/web/penguinui-components/radio/custom-radio.html @@ -0,0 +1,44 @@ +
+ + + + + + +
diff --git a/web/penguinui-components/radio/default-radio.html b/web/penguinui-components/radio/default-radio.html new file mode 100644 index 00000000..2c457144 --- /dev/null +++ b/web/penguinui-components/radio/default-radio.html @@ -0,0 +1,14 @@ +
+
+ + +
+
+ + +
+
+ + +
+
diff --git a/web/penguinui-components/radio/radio-color-variants.html b/web/penguinui-components/radio/radio-color-variants.html new file mode 100644 index 00000000..08e9068a --- /dev/null +++ b/web/penguinui-components/radio/radio-color-variants.html @@ -0,0 +1,36 @@ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ diff --git a/web/penguinui-components/radio/radio-with-container.html b/web/penguinui-components/radio/radio-with-container.html new file mode 100644 index 00000000..8db73532 --- /dev/null +++ b/web/penguinui-components/radio/radio-with-container.html @@ -0,0 +1,14 @@ +
+ + + +
diff --git a/web/penguinui-components/radio/radio-with-description.html b/web/penguinui-components/radio/radio-with-description.html new file mode 100644 index 00000000..7989a462 --- /dev/null +++ b/web/penguinui-components/radio/radio-with-description.html @@ -0,0 +1,7 @@ +
+
+ + +
+ For macOS Big Sur and higher +
diff --git a/web/penguinui-components/range/default-range-slider.html b/web/penguinui-components/range/default-range-slider.html new file mode 100644 index 00000000..0076e17d --- /dev/null +++ b/web/penguinui-components/range/default-range-slider.html @@ -0,0 +1,4 @@ +
+ + +
\ No newline at end of file diff --git a/web/penguinui-components/range/range-slider-with-icons.html b/web/penguinui-components/range/range-slider-with-icons.html new file mode 100644 index 00000000..d48cfe19 --- /dev/null +++ b/web/penguinui-components/range/range-slider-with-icons.html @@ -0,0 +1,10 @@ +
+ + + + +
\ No newline at end of file diff --git a/web/penguinui-components/range/range-slider-with-ticks.html b/web/penguinui-components/range/range-slider-with-ticks.html new file mode 100644 index 00000000..364cae45 --- /dev/null +++ b/web/penguinui-components/range/range-slider-with-ticks.html @@ -0,0 +1,27 @@ +
+ + +
+ + + + + + + + + + + + + + + + + + + + + +
+
\ No newline at end of file diff --git a/web/penguinui-components/range/range-slider-with-value.html b/web/penguinui-components/range/range-slider-with-value.html new file mode 100644 index 00000000..f6e343d0 --- /dev/null +++ b/web/penguinui-components/range/range-slider-with-value.html @@ -0,0 +1,8 @@ +
+ + + + +
\ No newline at end of file diff --git a/web/penguinui-components/rating/default-rating.html b/web/penguinui-components/rating/default-rating.html new file mode 100644 index 00000000..c667d88e --- /dev/null +++ b/web/penguinui-components/rating/default-rating.html @@ -0,0 +1,41 @@ +
+ + + + + + + + + +
diff --git a/web/penguinui-components/rating/emoji-rating.html b/web/penguinui-components/rating/emoji-rating.html new file mode 100644 index 00000000..0e328b9e --- /dev/null +++ b/web/penguinui-components/rating/emoji-rating.html @@ -0,0 +1,31 @@ +
+ + + + + + + + + +
diff --git a/web/penguinui-components/select/country-select.html b/web/penguinui-components/select/country-select.html new file mode 100644 index 00000000..a493f26f --- /dev/null +++ b/web/penguinui-components/select/country-select.html @@ -0,0 +1,202 @@ +
+ + + + + +
diff --git a/web/penguinui-components/select/default-select.html b/web/penguinui-components/select/default-select.html new file mode 100644 index 00000000..a4badccb --- /dev/null +++ b/web/penguinui-components/select/default-select.html @@ -0,0 +1,12 @@ +
+ + + + + +
diff --git a/web/penguinui-components/select/select-states.html b/web/penguinui-components/select/select-states.html new file mode 100644 index 00000000..403e04b1 --- /dev/null +++ b/web/penguinui-components/select/select-states.html @@ -0,0 +1,38 @@ + +
+ + + + Error: Please select an operating system + +
+ + +
+ + + +
diff --git a/web/penguinui-components/select/select-with-dependant.html b/web/penguinui-components/select/select-with-dependant.html new file mode 100644 index 00000000..e47b81db --- /dev/null +++ b/web/penguinui-components/select/select-with-dependant.html @@ -0,0 +1,33 @@ +
+
+ + + + + +
+ +
+ + + + + +
+
diff --git a/web/penguinui-components/sidebar/overlay-sidebar.html b/web/penguinui-components/sidebar/overlay-sidebar.html new file mode 100644 index 00000000..c6a4e69e --- /dev/null +++ b/web/penguinui-components/sidebar/overlay-sidebar.html @@ -0,0 +1,134 @@ +
+ + + + +
+ + +
+
+ +
+
+ diff --git a/web/penguinui-components/sidebar/sidebar-with-collapsible-menus.html b/web/penguinui-components/sidebar/sidebar-with-collapsible-menus.html new file mode 100644 index 00000000..b8e28d53 --- /dev/null +++ b/web/penguinui-components/sidebar/sidebar-with-collapsible-menus.html @@ -0,0 +1,155 @@ +
+ + skip to the main content + + + + + + + +
+ +
+ + + +
\ No newline at end of file diff --git a/web/penguinui-components/sidebar/sidebar-with-menu.html b/web/penguinui-components/sidebar/sidebar-with-menu.html new file mode 100644 index 00000000..69af57e0 --- /dev/null +++ b/web/penguinui-components/sidebar/sidebar-with-menu.html @@ -0,0 +1,140 @@ +
+ + skip to the main content + + + + + + + +
+ +
+ + + +
\ No newline at end of file diff --git a/web/penguinui-components/sidebar/sidebar-with-sub-items.html b/web/penguinui-components/sidebar/sidebar-with-sub-items.html new file mode 100644 index 00000000..fd255719 --- /dev/null +++ b/web/penguinui-components/sidebar/sidebar-with-sub-items.html @@ -0,0 +1,169 @@ + \ No newline at end of file diff --git a/web/penguinui-components/sidebar/sidebar-with-top-navbar.html b/web/penguinui-components/sidebar/sidebar-with-top-navbar.html new file mode 100644 index 00000000..d437cb1b --- /dev/null +++ b/web/penguinui-components/sidebar/sidebar-with-top-navbar.html @@ -0,0 +1,171 @@ +
+ + skip to the main content + + + + + + + +
+ + + +
+
+ +
+
+
+
\ No newline at end of file diff --git a/web/penguinui-components/sidebar/simple-sidebar.html b/web/penguinui-components/sidebar/simple-sidebar.html new file mode 100644 index 00000000..4ca13424 --- /dev/null +++ b/web/penguinui-components/sidebar/simple-sidebar.html @@ -0,0 +1,86 @@ + \ No newline at end of file diff --git a/web/penguinui-components/skeleton/default-skeleton.html b/web/penguinui-components/skeleton/default-skeleton.html new file mode 100644 index 00000000..1c6a0062 --- /dev/null +++ b/web/penguinui-components/skeleton/default-skeleton.html @@ -0,0 +1,7 @@ +
+ + + + + loading +
diff --git a/web/penguinui-components/skeleton/image-skeleton.html b/web/penguinui-components/skeleton/image-skeleton.html new file mode 100644 index 00000000..72628a33 --- /dev/null +++ b/web/penguinui-components/skeleton/image-skeleton.html @@ -0,0 +1,8 @@ +
+ + loading +
diff --git a/web/penguinui-components/skeleton/profile-skeleton.html b/web/penguinui-components/skeleton/profile-skeleton.html new file mode 100644 index 00000000..36446c97 --- /dev/null +++ b/web/penguinui-components/skeleton/profile-skeleton.html @@ -0,0 +1,8 @@ +
+ +
+ + +
+ loading +
diff --git a/web/penguinui-components/spinner/default-spinner.html b/web/penguinui-components/spinner/default-spinner.html new file mode 100644 index 00000000..c7773d5c --- /dev/null +++ b/web/penguinui-components/spinner/default-spinner.html @@ -0,0 +1,4 @@ + diff --git a/web/penguinui-components/spinner/spinner-color-variants.html b/web/penguinui-components/spinner/spinner-color-variants.html new file mode 100644 index 00000000..dacf2593 --- /dev/null +++ b/web/penguinui-components/spinner/spinner-color-variants.html @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/steps/default-steps.html b/web/penguinui-components/steps/default-steps.html new file mode 100644 index 00000000..3c322d8b --- /dev/null +++ b/web/penguinui-components/steps/default-steps.html @@ -0,0 +1,32 @@ +
    + +
  1. +
    + + + completed + +
    +
  2. + +
  3. + +
    + 2 +
    +
  4. +
  5. + +
    + 3 +
    +
  6. +
  7. + +
    + 4 +
    +
  8. +
diff --git a/web/penguinui-components/steps/steps-with-labels.html b/web/penguinui-components/steps/steps-with-labels.html new file mode 100644 index 00000000..650e6b3e --- /dev/null +++ b/web/penguinui-components/steps/steps-with-labels.html @@ -0,0 +1,36 @@ +
    + +
  1. +
    + + + completed + + +
    +
  2. + +
  3. + +
    + 2 + +
    +
  4. +
  5. + +
    + 3 + +
    +
  6. +
  7. + +
    + 4 + +
    +
  8. +
diff --git a/web/penguinui-components/steps/vertical-steps.html b/web/penguinui-components/steps/vertical-steps.html new file mode 100644 index 00000000..5099711e --- /dev/null +++ b/web/penguinui-components/steps/vertical-steps.html @@ -0,0 +1,42 @@ +
    + +
  1. +
    + + + completed + + +
    +
  2. + +
  3. +
    +
    +
    + 2 +
    + +
    +
  4. +
  5. +
    +
    +
    + 3 +
    + +
    +
  6. +
  7. +
    +
    +
    + 4 +
    + +
    +
  8. +
diff --git a/web/penguinui-components/style.css b/web/penguinui-components/style.css new file mode 100644 index 00000000..fdfe8068 --- /dev/null +++ b/web/penguinui-components/style.css @@ -0,0 +1,52 @@ +@import 'tailwindcss'; + +@custom-variant dark (&:where(.dark, .dark *)); + +@theme { + @theme { + + /* Fonts */ + --font-body: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', + 'Segoe UI Symbol', 'Noto Color Emoji'; + --font-title: 'Montserrat', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', + 'Segoe UI Symbol', 'Noto Color Emoji'; + + + /* Light Theme */ + --color-surface: var(--color-white); + --color-surface-alt: var(--color-neutral-50); + --color-on-surface: var(--color-neutral-600); + --color-on-surface-strong: var(--color-neutral-900); + --color-primary: var(--color-black); + --color-on-primary: var(--color-neutral-100); + --color-secondary: var(--color-neutral-800); + --color-on-secondary: var(--color-white); + --color-outline: var(--color-neutral-300); + --color-outline-strong: var(--color-neutral-800); + + /* Dark Theme */ + --color-surface-dark: var(--color-neutral-950); + --color-surface-dark-alt: var(--color-neutral-900); + --color-on-surface-dark: var(--color-neutral-300); + --color-on-surface-dark-strong: var(--color-white); + --color-primary-dark: var(--color-white); + --color-on-primary-dark: var(--color-black); + --color-secondary-dark: var(--color-neutral-300); + --color-on-secondary-dark: var(--color-black); + --color-outline-dark: var(--color-neutral-700); + --color-outline-dark-strong: var(--color-neutral-300); + + /* Shared Colors */ + --color-info: var(--color-sky-500); + --color-on-info: var(--color-white); + --color-success: var(--color-green-500); + --color-on-success: var(--color-white); + --color-warning: var(--color-amber-500); + --color-on-warning: var(--color-white); + --color-danger: var(--color-red-500); + --color-on-danger: var(--color-white); + + /* Border Radius */ + --radius-radius: var(--radius-sm); + } +} \ No newline at end of file diff --git a/web/penguinui-components/table/default-table.html b/web/penguinui-components/table/default-table.html new file mode 100644 index 00000000..7cae3d67 --- /dev/null +++ b/web/penguinui-components/table/default-table.html @@ -0,0 +1,32 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CustomerIDNameEmailMembership
2335Alice Brownalice.brown@gmail.comSilver
2338Bob Johnsonjohnson.bob@outlook.comGold
2342Sarah Adamss.adams@gmail.comGold
+
diff --git a/web/penguinui-components/table/striped-table.html b/web/penguinui-components/table/striped-table.html new file mode 100644 index 00000000..b3a80ea9 --- /dev/null +++ b/web/penguinui-components/table/striped-table.html @@ -0,0 +1,50 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CustomerIDNameEmailMembership
2335Alice Brownalice.brown@penguinui.comSilver
2338Bob Johnsonjohnson.bob@penguinui.comGold
2342Sarah Adamss.adams@penguinui.comGold
2345Alex Martinezalex.martinez@penguinui.comGold
2346Ryan Thompsonryan.thompson@penguinui.comSilver
2349Emily Rodriguezemily.rodriguez@penguinui.comGold
+
diff --git a/web/penguinui-components/table/table-with-action.html b/web/penguinui-components/table/table-with-action.html new file mode 100644 index 00000000..f7af8fac --- /dev/null +++ b/web/penguinui-components/table/table-with-action.html @@ -0,0 +1,32 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CustomerIDNameEmailMembership
2335Alice Brownalice.brown@gmail.com
2338Bob Johnsonjohnson.bob@outlook.com
2342Sarah Adamss.adams@gmail.com
+
diff --git a/web/penguinui-components/table/table-with-checkbox.html b/web/penguinui-components/table/table-with-checkbox.html new file mode 100644 index 00000000..6f885afb --- /dev/null +++ b/web/penguinui-components/table/table-with-checkbox.html @@ -0,0 +1,72 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + CustomerIDNameEmailMembership
+ + 2335Alice Brownalice.brown@gmail.com
+ + 2338Bob Johnsonjohnson.bob@outlook.com
+ + 2342Sarah Adamss.adams@gmail.com
+
diff --git a/web/penguinui-components/table/users-table.html b/web/penguinui-components/table/users-table.html new file mode 100644 index 00000000..2f789970 --- /dev/null +++ b/web/penguinui-components/table/users-table.html @@ -0,0 +1,90 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
UserIDMember SinceStatusAction
+
+ user avatar +
+ Alice Brown + alice.brown@gmail.com +
+
+
2335Nov 14, 2021Active
+
+ user avatar +
+ Bob Johnson + johnson.bob@penguinui.com +
+
+
2338Aug 20, 2020Active
+
+ user avatar +
+ Ryan Thompson + ryan.thompson@penguinui.com +
+
+
2346Feb 5, 2022Canceled
+
+ user avatar +
+ Emily Rodriguez + emily.rodriguez@penguinui.com +
+
+
2349Jun 14, 2022Active
+
+ user avatar +
+ Alex Martinez + alex.martinez@penguinui.com +
+
+
2345Sep 17, 2018Active
+
diff --git a/web/penguinui-components/tabs/default-tabs.html b/web/penguinui-components/tabs/default-tabs.html new file mode 100644 index 00000000..ddd79a5b --- /dev/null +++ b/web/penguinui-components/tabs/default-tabs.html @@ -0,0 +1,14 @@ +
+
+ + + + +
+
+
Groups tab is selected
+
Likes tab is selected
+
Comments tab is selected
+
Saved tab is selected
+
+
diff --git a/web/penguinui-components/tabs/tabs-with-icon-and-badge.html b/web/penguinui-components/tabs/tabs-with-icon-and-badge.html new file mode 100644 index 00000000..4628034e --- /dev/null +++ b/web/penguinui-components/tabs/tabs-with-icon-and-badge.html @@ -0,0 +1,39 @@ +
+
+ + + + +
+
+
Groups tab is selected
+
Likes tab is selected
+
Comments tab is selected
+
Saved tab is selected
+
+
diff --git a/web/penguinui-components/tabs/tabs-with-icon.html b/web/penguinui-components/tabs/tabs-with-icon.html new file mode 100644 index 00000000..7a69f3d0 --- /dev/null +++ b/web/penguinui-components/tabs/tabs-with-icon.html @@ -0,0 +1,35 @@ +
+
+ + + + +
+
+
Groups tab is selected
+
Likes tab is selected
+
Comments tab is selected
+
Saved tab is selected
+
+
diff --git a/web/penguinui-components/text-area/default-textarea.html b/web/penguinui-components/text-area/default-textarea.html new file mode 100644 index 00000000..16e29d6d --- /dev/null +++ b/web/penguinui-components/text-area/default-textarea.html @@ -0,0 +1,4 @@ +
+ + +
diff --git a/web/penguinui-components/text-area/textarea-states.html b/web/penguinui-components/text-area/textarea-states.html new file mode 100644 index 00000000..2fe6ea3d --- /dev/null +++ b/web/penguinui-components/text-area/textarea-states.html @@ -0,0 +1,22 @@ + +
+ + + Error: Please add some comments to your evaluation +
+ + +
+ + +
diff --git a/web/penguinui-components/text-area/textarea-with-actions.html b/web/penguinui-components/text-area/textarea-with-actions.html new file mode 100644 index 00000000..ea47e406 --- /dev/null +++ b/web/penguinui-components/text-area/textarea-with-actions.html @@ -0,0 +1,32 @@ +
+
+ +
+ +
+ +
+ + + + + + +
+ + +
+
diff --git a/web/penguinui-components/text-input/default-text-input.html b/web/penguinui-components/text-input/default-text-input.html new file mode 100644 index 00000000..1d359462 --- /dev/null +++ b/web/penguinui-components/text-input/default-text-input.html @@ -0,0 +1,4 @@ +
+ + +
diff --git a/web/penguinui-components/text-input/input-with-mask.html b/web/penguinui-components/text-input/input-with-mask.html new file mode 100644 index 00000000..85226cc2 --- /dev/null +++ b/web/penguinui-components/text-input/input-with-mask.html @@ -0,0 +1,4 @@ +
+ + +
diff --git a/web/penguinui-components/text-input/password-input.html b/web/penguinui-components/text-input/password-input.html new file mode 100644 index 00000000..be20952b --- /dev/null +++ b/web/penguinui-components/text-input/password-input.html @@ -0,0 +1,15 @@ +
+ +
+ + +
+
diff --git a/web/penguinui-components/text-input/search-input.html b/web/penguinui-components/text-input/search-input.html new file mode 100644 index 00000000..259d985e --- /dev/null +++ b/web/penguinui-components/text-input/search-input.html @@ -0,0 +1,6 @@ +
+ + +
diff --git a/web/penguinui-components/text-input/text-input-states.html b/web/penguinui-components/text-input/text-input-states.html new file mode 100644 index 00000000..abcd7322 --- /dev/null +++ b/web/penguinui-components/text-input/text-input-states.html @@ -0,0 +1,22 @@ + +
+ + + Error: Name field is required +
+ + +
+ + +
diff --git a/web/penguinui-components/toast-notification/stacking-toast-notification.html b/web/penguinui-components/toast-notification/stacking-toast-notification.html new file mode 100644 index 00000000..89e237f9 --- /dev/null +++ b/web/penguinui-components/toast-notification/stacking-toast-notification.html @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + +
+ +
+ +
+
diff --git a/web/penguinui-components/toggle/default-toggle.html b/web/penguinui-components/toggle/default-toggle.html new file mode 100644 index 00000000..ed9a4e3f --- /dev/null +++ b/web/penguinui-components/toggle/default-toggle.html @@ -0,0 +1,5 @@ + diff --git a/web/penguinui-components/toggle/toggle-color-variations.html b/web/penguinui-components/toggle/toggle-color-variations.html new file mode 100644 index 00000000..9b5cb91a --- /dev/null +++ b/web/penguinui-components/toggle/toggle-color-variations.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + diff --git a/web/penguinui-components/toggle/toggle-with-container.html b/web/penguinui-components/toggle/toggle-with-container.html new file mode 100644 index 00000000..dbcc1dbf --- /dev/null +++ b/web/penguinui-components/toggle/toggle-with-container.html @@ -0,0 +1,5 @@ + diff --git a/web/penguinui-components/tooltip/click-tooltip.html b/web/penguinui-components/tooltip/click-tooltip.html new file mode 100644 index 00000000..82ebb0be --- /dev/null +++ b/web/penguinui-components/tooltip/click-tooltip.html @@ -0,0 +1,4 @@ +
+ + +
diff --git a/web/penguinui-components/tooltip/default-tooltip.html b/web/penguinui-components/tooltip/default-tooltip.html new file mode 100644 index 00000000..ce7803a5 --- /dev/null +++ b/web/penguinui-components/tooltip/default-tooltip.html @@ -0,0 +1,4 @@ +
+ + +
diff --git a/web/penguinui-components/tooltip/tooltip-with-description.html b/web/penguinui-components/tooltip/tooltip-with-description.html new file mode 100644 index 00000000..a2558782 --- /dev/null +++ b/web/penguinui-components/tooltip/tooltip-with-description.html @@ -0,0 +1,7 @@ +
+ + +