designkit-ai 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AI-AGENT.md +51 -0
- package/LICENSE +21 -0
- package/README.md +517 -0
- package/bin/designkit.js +61 -0
- package/components/_index.md +81 -0
- package/components/app-mobile/README.md +117 -0
- package/components/app-mobile/badges/badge-count.html +9 -0
- package/components/app-mobile/badges/badge-dot.html +9 -0
- package/components/app-mobile/badges/badge-large.html +9 -0
- package/components/app-mobile/buttons/button-filled.html +9 -0
- package/components/app-mobile/buttons/button-icon.html +11 -0
- package/components/app-mobile/buttons/button-outlined.html +9 -0
- package/components/app-mobile/buttons/button-text.html +9 -0
- package/components/app-mobile/buttons/button-tonal.html +9 -0
- package/components/app-mobile/buttons/fab-extended.html +12 -0
- package/components/app-mobile/buttons/fab-small.html +11 -0
- package/components/app-mobile/buttons/fab.html +11 -0
- package/components/app-mobile/buttons/icon-button-filled.html +11 -0
- package/components/app-mobile/buttons/icon-button-tonal.html +11 -0
- package/components/app-mobile/buttons/segmented-button.html +13 -0
- package/components/app-mobile/cards/card-elevated.html +15 -0
- package/components/app-mobile/cards/card-filled.html +15 -0
- package/components/app-mobile/cards/card-outlined.html +15 -0
- package/components/app-mobile/charts/bar-chart.html +20 -0
- package/components/app-mobile/charts/donut-chart.html +20 -0
- package/components/app-mobile/charts/horizontal-bar.html +15 -0
- package/components/app-mobile/charts/line-chart.html +26 -0
- package/components/app-mobile/charts/progress-ring.html +17 -0
- package/components/app-mobile/charts/sparkline.html +11 -0
- package/components/app-mobile/charts/stat-card.html +18 -0
- package/components/app-mobile/chips/chip-assist.html +12 -0
- package/components/app-mobile/chips/chip-filter.html +12 -0
- package/components/app-mobile/chips/chip-input.html +14 -0
- package/components/app-mobile/chips/chip-suggestion.html +9 -0
- package/components/app-mobile/data-display/avatar-group.html +35 -0
- package/components/app-mobile/dialogs/dialog-basic.html +16 -0
- package/components/app-mobile/dialogs/dialog-fullscreen.html +18 -0
- package/components/app-mobile/dividers/divider-full.html +9 -0
- package/components/app-mobile/dividers/divider-inset.html +9 -0
- package/components/app-mobile/ecommerce/cart-item.html +29 -0
- package/components/app-mobile/ecommerce/cart-summary.html +31 -0
- package/components/app-mobile/ecommerce/color-selector.html +17 -0
- package/components/app-mobile/ecommerce/order-status.html +25 -0
- package/components/app-mobile/ecommerce/product-detail-hero.html +45 -0
- package/components/app-mobile/ecommerce/size-selector.html +17 -0
- package/components/app-mobile/ecommerce/wishlist-item.html +22 -0
- package/components/app-mobile/education/assignment-card.html +24 -0
- package/components/app-mobile/education/certificate.html +30 -0
- package/components/app-mobile/education/course-card.html +32 -0
- package/components/app-mobile/education/grade-report.html +53 -0
- package/components/app-mobile/education/lesson-progress.html +21 -0
- package/components/app-mobile/education/quiz-mcq.html +35 -0
- package/components/app-mobile/education/quiz-truefalse.html +26 -0
- package/components/app-mobile/education/student-dashboard.html +57 -0
- package/components/app-mobile/feedback/banner.html +13 -0
- package/components/app-mobile/feedback/progress-circular.html +14 -0
- package/components/app-mobile/feedback/progress-linear.html +11 -0
- package/components/app-mobile/feedback/skeleton.html +20 -0
- package/components/app-mobile/feedback/snackbar.html +15 -0
- package/components/app-mobile/feedback/tooltip.html +9 -0
- package/components/app-mobile/finance/bank-account-card.html +36 -0
- package/components/app-mobile/finance/budget-category.html +24 -0
- package/components/app-mobile/finance/credit-score.html +29 -0
- package/components/app-mobile/finance/investment-portfolio.html +52 -0
- package/components/app-mobile/finance/transaction-row.html +26 -0
- package/components/app-mobile/finance/transfer-form.html +42 -0
- package/components/app-mobile/fitness/body-metrics.html +41 -0
- package/components/app-mobile/fitness/calorie-tracker.html +48 -0
- package/components/app-mobile/fitness/exercise-timer.html +30 -0
- package/components/app-mobile/fitness/meal-plan.html +36 -0
- package/components/app-mobile/fitness/sleep-tracker.html +50 -0
- package/components/app-mobile/fitness/workout-card.html +37 -0
- package/components/app-mobile/food/cuisine-filter.html +39 -0
- package/components/app-mobile/food/menu-item.html +25 -0
- package/components/app-mobile/food/order-tracker.html +46 -0
- package/components/app-mobile/food/restaurant-card.html +34 -0
- package/components/app-mobile/food/review-card.html +35 -0
- package/components/app-mobile/food/table-reservation.html +42 -0
- package/components/app-mobile/forms/form-address.html +41 -0
- package/components/app-mobile/forms/form-payment.html +37 -0
- package/components/app-mobile/forms/form-profile.html +39 -0
- package/components/app-mobile/forms/time-picker.html +28 -0
- package/components/app-mobile/healthcare/appointment-card.html +26 -0
- package/components/app-mobile/healthcare/doctor-profile.html +32 -0
- package/components/app-mobile/healthcare/health-metric-chart.html +51 -0
- package/components/app-mobile/healthcare/insurance-card.html +35 -0
- package/components/app-mobile/healthcare/lab-results.html +23 -0
- package/components/app-mobile/healthcare/medication-reminder.html +24 -0
- package/components/app-mobile/healthcare/symptom-checker.html +42 -0
- package/components/app-mobile/healthcare/vitals-dashboard.html +56 -0
- package/components/app-mobile/inputs/date-picker.html +68 -0
- package/components/app-mobile/inputs/file-upload.html +13 -0
- package/components/app-mobile/inputs/otp-input.html +16 -0
- package/components/app-mobile/inputs/password-field.html +13 -0
- package/components/app-mobile/inputs/search-bar.html +17 -0
- package/components/app-mobile/inputs/select.html +17 -0
- package/components/app-mobile/inputs/text-field-filled.html +12 -0
- package/components/app-mobile/inputs/text-field-outlined.html +12 -0
- package/components/app-mobile/inputs/textarea.html +12 -0
- package/components/app-mobile/inputs/time-picker.html +33 -0
- package/components/app-mobile/job/application-status.html +18 -0
- package/components/app-mobile/job/interview-schedule.html +32 -0
- package/components/app-mobile/lists/list-item-1line.html +14 -0
- package/components/app-mobile/lists/list-item-2line.html +20 -0
- package/components/app-mobile/lists/list-item-3line.html +17 -0
- package/components/app-mobile/logistics/delivery-map.html +40 -0
- package/components/app-mobile/logistics/driver-card.html +25 -0
- package/components/app-mobile/logistics/package-tracker.html +42 -0
- package/components/app-mobile/logistics/shipment-row.html +20 -0
- package/components/app-mobile/media/audio-player.html +38 -0
- package/components/app-mobile/media/image-carousel.html +28 -0
- package/components/app-mobile/menus/menu-context.html +13 -0
- package/components/app-mobile/menus/menu-dropdown.html +14 -0
- package/components/app-mobile/native/gesture-nav-bar.html +11 -0
- package/components/app-mobile/native/ios-action-sheet.html +19 -0
- package/components/app-mobile/native/ios-alert.html +18 -0
- package/components/app-mobile/native/ios-home-indicator.html +11 -0
- package/components/app-mobile/native/ios-list-cell.html +14 -0
- package/components/app-mobile/native/ios-nav-bar.html +16 -0
- package/components/app-mobile/native/ios-page-sheet.html +17 -0
- package/components/app-mobile/native/ios-search-bar.html +15 -0
- package/components/app-mobile/native/ios-segmented-control.html +13 -0
- package/components/app-mobile/native/ios-status-bar.html +17 -0
- package/components/app-mobile/native/ios-tab-bar.html +31 -0
- package/components/app-mobile/native/ios-wheel-picker.html +34 -0
- package/components/app-mobile/native/notification-item.html +19 -0
- package/components/app-mobile/native/permission-dialog.html +18 -0
- package/components/app-mobile/native/status-bar.html +16 -0
- package/components/app-mobile/navbars/bottom-app-bar.html +19 -0
- package/components/app-mobile/navbars/bottom-nav-3.html +28 -0
- package/components/app-mobile/navbars/bottom-nav-4.html +26 -0
- package/components/app-mobile/navbars/bottom-nav-5.html +30 -0
- package/components/app-mobile/navbars/top-app-bar-center.html +17 -0
- package/components/app-mobile/navbars/top-app-bar-large.html +20 -0
- package/components/app-mobile/navbars/top-app-bar-medium.html +20 -0
- package/components/app-mobile/navbars/top-app-bar-small.html +22 -0
- package/components/app-mobile/navigation/back-header.html +32 -0
- package/components/app-mobile/navigation/segmented-control.html +19 -0
- package/components/app-mobile/navigation/stepper-vertical.html +65 -0
- package/components/app-mobile/patterns/accordion.html +20 -0
- package/components/app-mobile/patterns/activity-feed.html +26 -0
- package/components/app-mobile/patterns/audio-waveform.html +34 -0
- package/components/app-mobile/patterns/avatar-group.html +14 -0
- package/components/app-mobile/patterns/breadcrumb.html +15 -0
- package/components/app-mobile/patterns/calendar-month.html +56 -0
- package/components/app-mobile/patterns/camera-viewfinder.html +33 -0
- package/components/app-mobile/patterns/card-horizontal.html +15 -0
- package/components/app-mobile/patterns/cart-item.html +23 -0
- package/components/app-mobile/patterns/category-pills.html +15 -0
- package/components/app-mobile/patterns/chat-bubble-received.html +15 -0
- package/components/app-mobile/patterns/chat-bubble-sent.html +14 -0
- package/components/app-mobile/patterns/chat-conversation.html +27 -0
- package/components/app-mobile/patterns/chat-input-bar.html +13 -0
- package/components/app-mobile/patterns/code-editor.html +29 -0
- package/components/app-mobile/patterns/comment-item.html +15 -0
- package/components/app-mobile/patterns/contact-card.html +19 -0
- package/components/app-mobile/patterns/data-table.html +25 -0
- package/components/app-mobile/patterns/empty-state.html +19 -0
- package/components/app-mobile/patterns/error-screen.html +14 -0
- package/components/app-mobile/patterns/event-card.html +22 -0
- package/components/app-mobile/patterns/image-editor.html +34 -0
- package/components/app-mobile/patterns/image-grid.html +16 -0
- package/components/app-mobile/patterns/login-form.html +22 -0
- package/components/app-mobile/patterns/map-card.html +19 -0
- package/components/app-mobile/patterns/media-player.html +26 -0
- package/components/app-mobile/patterns/notification-list.html +25 -0
- package/components/app-mobile/patterns/onboarding-slide.html +24 -0
- package/components/app-mobile/patterns/order-summary.html +16 -0
- package/components/app-mobile/patterns/order-tracker.html +27 -0
- package/components/app-mobile/patterns/pagination.html +17 -0
- package/components/app-mobile/patterns/post-card.html +28 -0
- package/components/app-mobile/patterns/product-card.html +26 -0
- package/components/app-mobile/patterns/profile-header.html +18 -0
- package/components/app-mobile/patterns/rating-stars.html +15 -0
- package/components/app-mobile/patterns/review-card.html +22 -0
- package/components/app-mobile/patterns/search-results.html +35 -0
- package/components/app-mobile/patterns/settings-group.html +30 -0
- package/components/app-mobile/patterns/stepper-horizontal.html +24 -0
- package/components/app-mobile/patterns/story-circle.html +16 -0
- package/components/app-mobile/patterns/swipe-action.html +19 -0
- package/components/app-mobile/patterns/tag-pills.html +14 -0
- package/components/app-mobile/patterns/timeline-item.html +19 -0
- package/components/app-mobile/patterns/todo-item.html +18 -0
- package/components/app-mobile/patterns/video-editor-timeline.html +36 -0
- package/components/app-mobile/patterns/video-player.html +33 -0
- package/components/app-mobile/patterns/wallet-card.html +18 -0
- package/components/app-mobile/sliders/slider-continuous.html +14 -0
- package/components/app-mobile/sliders/slider-discrete.html +21 -0
- package/components/app-mobile/social/chat-bubble-received.html +15 -0
- package/components/app-mobile/social/chat-bubble-sent.html +16 -0
- package/components/app-mobile/social/notification-item.html +17 -0
- package/components/app-mobile/social/post-card.html +46 -0
- package/components/app-mobile/social/reaction-bar.html +29 -0
- package/components/app-mobile/social/story-circle.html +15 -0
- package/components/app-mobile/social/user-profile-card.html +29 -0
- package/components/app-mobile/surfaces/bottom-sheet.html +23 -0
- package/components/app-mobile/surfaces/nav-drawer.html +20 -0
- package/components/app-mobile/surfaces/nav-rail.html +14 -0
- package/components/app-mobile/surfaces/side-sheet.html +17 -0
- package/components/app-mobile/tabs/tabs-primary.html +13 -0
- package/components/app-mobile/tabs/tabs-secondary.html +13 -0
- package/components/app-mobile/toggles/checkbox.html +14 -0
- package/components/app-mobile/toggles/radio.html +14 -0
- package/components/app-mobile/toggles/switch.html +11 -0
- package/components/app-mobile/travel/booking-summary.html +51 -0
- package/components/app-mobile/travel/flight-card.html +41 -0
- package/components/app-mobile/travel/hotel-card.html +35 -0
- package/components/app-mobile/travel/itinerary-item.html +29 -0
- package/components/app-mobile/travel/map-pins.html +42 -0
- package/components/app-mobile/travel/travel-date-picker.html +72 -0
- package/components/common/decorations/abstract-lines.html +30 -0
- package/components/common/decorations/circle-rings.html +26 -0
- package/components/common/decorations/corner-decoration.html +27 -0
- package/components/common/decorations/dots-pattern.html +51 -0
- package/components/common/decorations/gradient-blob.html +19 -0
- package/components/common/decorations/mesh-gradient.html +32 -0
- package/components/common/decorations/sparkle-burst.html +35 -0
- package/components/common/decorations/wave-divider.html +17 -0
- package/components/common/illustrations/empty-cart.html +27 -0
- package/components/common/illustrations/empty-inbox.html +28 -0
- package/components/common/illustrations/empty-search.html +26 -0
- package/components/common/illustrations/error-404.html +29 -0
- package/components/common/illustrations/no-data.html +31 -0
- package/components/common/illustrations/success-check.html +33 -0
- package/components/common/illustrations/upload-cloud.html +23 -0
- package/components/common/illustrations/welcome.html +31 -0
- package/components/common/mockup-elements/avatar-placeholder.html +17 -0
- package/components/common/mockup-elements/browser-chrome.html +37 -0
- package/components/common/mockup-elements/chart-bar.html +42 -0
- package/components/common/mockup-elements/image-placeholder.html +27 -0
- package/components/common/mockup-elements/laptop-frame.html +32 -0
- package/components/common/mockup-elements/map-placeholder.html +39 -0
- package/components/common/mockup-elements/phone-frame.html +29 -0
- package/components/common/mockup-elements/status-bar-android.html +30 -0
- package/components/common/mockup-elements/status-bar-ios.html +26 -0
- package/components/common/mockup-elements/video-placeholder.html +29 -0
- package/components/common/ui-icons/icon-add-circle.html +12 -0
- package/components/common/ui-icons/icon-airdrop.html +10 -0
- package/components/common/ui-icons/icon-airplay.html +10 -0
- package/components/common/ui-icons/icon-apple-logo.html +10 -0
- package/components/common/ui-icons/icon-arrow-back.html +11 -0
- package/components/common/ui-icons/icon-arrow-down.html +10 -0
- package/components/common/ui-icons/icon-arrow-right.html +10 -0
- package/components/common/ui-icons/icon-arrow-up.html +10 -0
- package/components/common/ui-icons/icon-bag.html +10 -0
- package/components/common/ui-icons/icon-battery.html +10 -0
- package/components/common/ui-icons/icon-bluetooth.html +10 -0
- package/components/common/ui-icons/icon-bolt.html +10 -0
- package/components/common/ui-icons/icon-bookmark-fill.html +10 -0
- package/components/common/ui-icons/icon-bookmark.html +10 -0
- package/components/common/ui-icons/icon-bubble-left.html +10 -0
- package/components/common/ui-icons/icon-calendar.html +19 -0
- package/components/common/ui-icons/icon-camera.html +11 -0
- package/components/common/ui-icons/icon-cart.html +10 -0
- package/components/common/ui-icons/icon-checkmark.html +10 -0
- package/components/common/ui-icons/icon-chevron-down.html +10 -0
- package/components/common/ui-icons/icon-chevron-left.html +10 -0
- package/components/common/ui-icons/icon-chevron-right.html +10 -0
- package/components/common/ui-icons/icon-chevron-up.html +10 -0
- package/components/common/ui-icons/icon-clock.html +10 -0
- package/components/common/ui-icons/icon-creditcard.html +10 -0
- package/components/common/ui-icons/icon-doc.html +10 -0
- package/components/common/ui-icons/icon-download.html +10 -0
- package/components/common/ui-icons/icon-ellipsis-vertical.html +10 -0
- package/components/common/ui-icons/icon-ellipsis.html +10 -0
- package/components/common/ui-icons/icon-envelope.html +10 -0
- package/components/common/ui-icons/icon-eye-slash.html +10 -0
- package/components/common/ui-icons/icon-eye.html +10 -0
- package/components/common/ui-icons/icon-faceid.html +10 -0
- package/components/common/ui-icons/icon-favorite.html +10 -0
- package/components/common/ui-icons/icon-folder.html +10 -0
- package/components/common/ui-icons/icon-globe.html +10 -0
- package/components/common/ui-icons/icon-heart-fill.html +10 -0
- package/components/common/ui-icons/icon-heart.html +10 -0
- package/components/common/ui-icons/icon-home.html +10 -0
- package/components/common/ui-icons/icon-link.html +10 -0
- package/components/common/ui-icons/icon-list-bullet.html +10 -0
- package/components/common/ui-icons/icon-location.html +11 -0
- package/components/common/ui-icons/icon-lock.html +10 -0
- package/components/common/ui-icons/icon-magnifying-glass.html +10 -0
- package/components/common/ui-icons/icon-map.html +10 -0
- package/components/common/ui-icons/icon-menu-hamburger.html +12 -0
- package/components/common/ui-icons/icon-mic.html +10 -0
- package/components/common/ui-icons/icon-minus.html +10 -0
- package/components/common/ui-icons/icon-notification.html +11 -0
- package/components/common/ui-icons/icon-paperplane.html +10 -0
- package/components/common/ui-icons/icon-pause.html +10 -0
- package/components/common/ui-icons/icon-pencil.html +10 -0
- package/components/common/ui-icons/icon-person-2.html +10 -0
- package/components/common/ui-icons/icon-person-crop-circle.html +10 -0
- package/components/common/ui-icons/icon-phone-fill.html +10 -0
- package/components/common/ui-icons/icon-photo.html +10 -0
- package/components/common/ui-icons/icon-play-fill.html +10 -0
- package/components/common/ui-icons/icon-plus.html +10 -0
- package/components/common/ui-icons/icon-profile.html +11 -0
- package/components/common/ui-icons/icon-qrcode.html +10 -0
- package/components/common/ui-icons/icon-settings.html +11 -0
- package/components/common/ui-icons/icon-share.html +14 -0
- package/components/common/ui-icons/icon-slider-horizontal.html +10 -0
- package/components/common/ui-icons/icon-square-grid.html +10 -0
- package/components/common/ui-icons/icon-star-fill.html +10 -0
- package/components/common/ui-icons/icon-star.html +10 -0
- package/components/common/ui-icons/icon-touchid.html +10 -0
- package/components/common/ui-icons/icon-trash.html +10 -0
- package/components/common/ui-icons/icon-upload.html +10 -0
- package/components/common/ui-icons/icon-video.html +10 -0
- package/components/common/ui-icons/icon-wifi.html +10 -0
- package/components/common/ui-icons/icon-xmark.html +10 -0
- package/components/componentmap-app-mobile.md +210 -0
- package/components/componentmap-web.md +206 -0
- package/components/web/README.md +110 -0
- package/components/web/account/payment-method.html +13 -0
- package/components/web/account/profile-card.html +18 -0
- package/components/web/account/subscription-card.html +21 -0
- package/components/web/badges/badge-set.html +14 -0
- package/components/web/buttons/button-danger.html +10 -0
- package/components/web/buttons/button-ghost.html +10 -0
- package/components/web/buttons/button-group.html +12 -0
- package/components/web/buttons/button-icon.html +10 -0
- package/components/web/buttons/button-primary.html +11 -0
- package/components/web/buttons/button-secondary.html +10 -0
- package/components/web/cards/card-basic.html +11 -0
- package/components/web/cards/card-feature.html +12 -0
- package/components/web/cards/card-image.html +16 -0
- package/components/web/cards/card-pricing.html +21 -0
- package/components/web/cards/card-stat.html +15 -0
- package/components/web/cards/card-testimonial.html +21 -0
- package/components/web/cart/cart-page.html +30 -0
- package/components/web/cart/checkout-form.html +27 -0
- package/components/web/cart/order-confirmation.html +24 -0
- package/components/web/charts/chart-area.html +25 -0
- package/components/web/charts/chart-bar.html +19 -0
- package/components/web/charts/chart-donut.html +27 -0
- package/components/web/content/author-card.html +15 -0
- package/components/web/content/blog-card-horizontal.html +16 -0
- package/components/web/cta/cta-centered.html +15 -0
- package/components/web/cta/cta-newsletter.html +16 -0
- package/components/web/cta/cta-with-image.html +17 -0
- package/components/web/data-display/accordion.html +45 -0
- package/components/web/data-display/grid-view.html +21 -0
- package/components/web/data-display/list-view.html +27 -0
- package/components/web/data-display/progress-steps.html +39 -0
- package/components/web/data-display/rating-stars.html +38 -0
- package/components/web/data-display/stat-card-compact.html +32 -0
- package/components/web/data-display/stat-card-large.html +34 -0
- package/components/web/data-display/table-selectable.html +127 -0
- package/components/web/data-display/table-sortable.html +120 -0
- package/components/web/data-display/tag-group.html +25 -0
- package/components/web/data-display/timeline-horizontal.html +55 -0
- package/components/web/data-display/timeline-vertical.html +76 -0
- package/components/web/data-display/tree-view.html +86 -0
- package/components/web/dividers/divider-text.html +8 -0
- package/components/web/ecommerce/coupon-input.html +11 -0
- package/components/web/ecommerce/product-card-grid.html +29 -0
- package/components/web/ecommerce/product-card-list.html +32 -0
- package/components/web/features/features-alternating.html +35 -0
- package/components/web/features/features-bento.html +43 -0
- package/components/web/features/features-icon-list.html +44 -0
- package/components/web/feedback/alert-banner.html +12 -0
- package/components/web/feedback/empty-state-error.html +18 -0
- package/components/web/feedback/empty-state-no-data.html +18 -0
- package/components/web/feedback/empty-state-no-search.html +15 -0
- package/components/web/feedback/empty-state.html +16 -0
- package/components/web/feedback/loading-spinner.html +14 -0
- package/components/web/feedback/progress-bar.html +11 -0
- package/components/web/feedback/skeleton-card.html +17 -0
- package/components/web/feedback/skeleton-list.html +45 -0
- package/components/web/feedback/skeleton.html +16 -0
- package/components/web/feedback/toast-error.html +12 -0
- package/components/web/feedback/toast-info.html +12 -0
- package/components/web/feedback/toast-success.html +12 -0
- package/components/web/feedback/tooltip.html +8 -0
- package/components/web/forms/date-picker.html +67 -0
- package/components/web/forms/file-upload.html +16 -0
- package/components/web/forms/form-contact.html +35 -0
- package/components/web/forms/form-login.html +29 -0
- package/components/web/forms/form-search-filters.html +57 -0
- package/components/web/forms/form-signup.html +35 -0
- package/components/web/heroes/hero-gradient.html +20 -0
- package/components/web/heroes/hero-image-bg.html +21 -0
- package/components/web/heroes/hero-video.html +17 -0
- package/components/web/inputs/checkbox.html +11 -0
- package/components/web/inputs/date-input.html +15 -0
- package/components/web/inputs/file-upload.html +12 -0
- package/components/web/inputs/radio-group.html +15 -0
- package/components/web/inputs/search-command.html +12 -0
- package/components/web/inputs/select.html +14 -0
- package/components/web/inputs/tag-input.html +15 -0
- package/components/web/inputs/text-input.html +11 -0
- package/components/web/inputs/textarea.html +11 -0
- package/components/web/inputs/toggle.html +11 -0
- package/components/web/job/candidate-profile.html +47 -0
- package/components/web/job/job-listing.html +44 -0
- package/components/web/job/resume-section.html +41 -0
- package/components/web/job/salary-range.html +19 -0
- package/components/web/layout/cta-banner.html +15 -0
- package/components/web/layout/features-grid.html +31 -0
- package/components/web/layout/hero-centered.html +19 -0
- package/components/web/layout/hero-split.html +21 -0
- package/components/web/layout/pricing-section.html +37 -0
- package/components/web/layout/stats-row.html +13 -0
- package/components/web/logos/logo-grid.html +20 -0
- package/components/web/logos/logo-ticker.html +19 -0
- package/components/web/marketing/cta-simple.html +18 -0
- package/components/web/marketing/cta-split.html +20 -0
- package/components/web/marketing/faq-accordion.html +55 -0
- package/components/web/marketing/feature-centered.html +35 -0
- package/components/web/marketing/feature-grid-2col.html +58 -0
- package/components/web/marketing/feature-grid-3col.html +44 -0
- package/components/web/marketing/footer-complex.html +86 -0
- package/components/web/marketing/footer-simple.html +59 -0
- package/components/web/marketing/hero-centered.html +44 -0
- package/components/web/marketing/hero-split-left.html +41 -0
- package/components/web/marketing/hero-split-right.html +35 -0
- package/components/web/marketing/logo-cloud.html +18 -0
- package/components/web/marketing/newsletter-signup.html +25 -0
- package/components/web/marketing/pricing-3tier.html +72 -0
- package/components/web/marketing/pricing-toggle.html +85 -0
- package/components/web/marketing/social-proof-bar.html +32 -0
- package/components/web/marketing/stats-row.html +45 -0
- package/components/web/marketing/team-grid.html +65 -0
- package/components/web/marketing/testimonial-carousel.html +45 -0
- package/components/web/marketing/testimonial-grid.html +75 -0
- package/components/web/media/blog-post-card.html +24 -0
- package/components/web/media/comment-single.html +26 -0
- package/components/web/media/image-gallery-grid.html +18 -0
- package/components/web/media/rich-text-block.html +20 -0
- package/components/web/media/testimonial-quote.html +20 -0
- package/components/web/media/video-player.html +44 -0
- package/components/web/menus/dropdown-menu.html +14 -0
- package/components/web/metrics/kpi-row.html +13 -0
- package/components/web/modals/modal-basic.html +21 -0
- package/components/web/modals/modal-form.html +22 -0
- package/components/web/navbars/breadcrumb.html +14 -0
- package/components/web/navbars/footer.html +35 -0
- package/components/web/navbars/sidebar-dark.html +21 -0
- package/components/web/navbars/sidebar.html +23 -0
- package/components/web/navbars/topnav-search.html +25 -0
- package/components/web/navbars/topnav.html +20 -0
- package/components/web/navigation/mega-menu.html +92 -0
- package/components/web/navigation/pagination.html +43 -0
- package/components/web/navigation/sidebar-collapsed.html +93 -0
- package/components/web/navigation/sidebar-expanded.html +121 -0
- package/components/web/navigation/stepper-horizontal.html +51 -0
- package/components/web/patterns/accordion.html +19 -0
- package/components/web/patterns/activity-feed.html +25 -0
- package/components/web/patterns/auth-login.html +24 -0
- package/components/web/patterns/avatar-group.html +13 -0
- package/components/web/patterns/calendar-month.html +44 -0
- package/components/web/patterns/category-pills.html +15 -0
- package/components/web/patterns/chat-web.html +24 -0
- package/components/web/patterns/code-editor.html +34 -0
- package/components/web/patterns/comparison-table.html +39 -0
- package/components/web/patterns/cookie-banner.html +14 -0
- package/components/web/patterns/error-page.html +16 -0
- package/components/web/patterns/file-list.html +24 -0
- package/components/web/patterns/filter-toolbar.html +14 -0
- package/components/web/patterns/kanban-column.html +27 -0
- package/components/web/patterns/notification-list.html +26 -0
- package/components/web/patterns/order-tracker.html +16 -0
- package/components/web/patterns/pagination.html +16 -0
- package/components/web/patterns/product-card-web.html +23 -0
- package/components/web/patterns/settings-form.html +24 -0
- package/components/web/patterns/stepper.html +16 -0
- package/components/web/patterns/user-table-row.html +15 -0
- package/components/web/patterns/video-player.html +26 -0
- package/components/web/presentation/slide-content.html +17 -0
- package/components/web/presentation/slide-title.html +13 -0
- package/components/web/pricing/pricing-table.html +51 -0
- package/components/web/pricing/pricing-toggle.html +62 -0
- package/components/web/print/business-card.html +20 -0
- package/components/web/products/product-card-horizontal.html +19 -0
- package/components/web/products/product-detail.html +39 -0
- package/components/web/products/product-grid.html +13 -0
- package/components/web/products/review-section.html +29 -0
- package/components/web/promotions/coupon-card.html +17 -0
- package/components/web/promotions/promo-banner.html +24 -0
- package/components/web/real-estate/agent-contact.html +32 -0
- package/components/web/real-estate/listing-detail-hero.html +44 -0
- package/components/web/real-estate/price-range-slider.html +20 -0
- package/components/web/real-estate/property-card.html +38 -0
- package/components/web/real-estate/property-map-pin.html +19 -0
- package/components/web/real-estate/virtual-tour-button.html +17 -0
- package/components/web/saas/api-key-row.html +31 -0
- package/components/web/saas/audit-log-row.html +21 -0
- package/components/web/saas/billing-plan.html +50 -0
- package/components/web/saas/kpi-row.html +61 -0
- package/components/web/saas/team-member-row.html +30 -0
- package/components/web/saas/webhook-config.html +44 -0
- package/components/web/screenshots/app-screenshot.html +32 -0
- package/components/web/screenshots/screenshot-gallery.html +45 -0
- package/components/web/social/comment-thread.html +75 -0
- package/components/web/social-media/instagram-post.html +17 -0
- package/components/web/social-proof/logo-cloud.html +18 -0
- package/components/web/social-proof/testimonial-carousel.html +30 -0
- package/components/web/surfaces/slide-over.html +20 -0
- package/components/web/tables/data-table.html +41 -0
- package/components/web/tables/table-simple.html +13 -0
- package/components/web/tabs/tabs-pills.html +12 -0
- package/components/web/tabs/tabs-underline.html +13 -0
- package/components/web/toggles/toggle-dark-mode.html +19 -0
- package/components/web/toggles/toggle-group.html +38 -0
- package/components/web/toggles/toggle-switch.html +14 -0
- package/components/web/widgets/api-key-row.html +16 -0
- package/components/web/widgets/billing-card.html +14 -0
- package/components/web/widgets/changelog-item.html +15 -0
- package/components/web/widgets/integration-card.html +15 -0
- package/components/web/widgets/onboarding-checklist.html +18 -0
- package/components/web/widgets/pricing-toggle.html +13 -0
- package/components/web/widgets/team-member-row.html +13 -0
- package/components/web/widgets/usage-meter.html +12 -0
- package/package.json +46 -0
- package/skills/README.md +35 -0
- package/skills/contribute.md +267 -0
- package/skills/design.md +470 -0
- package/skills/flutter.md +156 -0
- package/skills/nextjs.md +143 -0
- package/skills/react-native.md +258 -0
- package/skills/react.md +171 -0
- package/skills/svelte.md +95 -0
- package/skills/swiftui.md +171 -0
- package/skills/tailwind.md +108 -0
- package/skills/vue.md +111 -0
- package/src/commands/add.js +51 -0
- package/src/commands/convert.js +120 -0
- package/src/commands/design.js +89 -0
- package/src/commands/init.js +136 -0
- package/src/commands/list.js +52 -0
- package/src/commands/search.js +40 -0
- package/src/lib/index.js +100 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Package Tracker
|
|
3
|
+
@category: logistics
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 360
|
|
6
|
+
@height: 200
|
|
7
|
+
@tags: package, tracker, delivery, shipping, logistics
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="Package Tracker" style="width:100%;padding:16px;box-sizing:border-box;font-family:var(--kit-font, system-ui, -apple-system, sans-serif);background:var(--kit-surface, #F8FAFC);border-radius:var(--kit-radius, 12px)">
|
|
10
|
+
<div style="display:flex;align-items:center;justify-content:space-between;margin-bottom:14px">
|
|
11
|
+
<div>
|
|
12
|
+
<div style="font-size:var(--kit-text-xs, 12px);color:var(--kit-text-3, #94A3B8);text-transform:uppercase;letter-spacing:0.5px">Tracking #</div>
|
|
13
|
+
<div style="font-size:var(--kit-text-md, 16px);font-weight:var(--kit-font-bold, 700);color:var(--kit-text, #0F172A);margin-top:2px">PKG-8294-7153</div>
|
|
14
|
+
</div>
|
|
15
|
+
<div style="font-size:var(--kit-text-xs, 12px);color:var(--kit-text-2, #475569)">FedEx Express</div>
|
|
16
|
+
</div>
|
|
17
|
+
<div style="display:flex;align-items:center;gap:0;margin-bottom:14px;position:relative">
|
|
18
|
+
<div style="flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;z-index:1">
|
|
19
|
+
<div style="width:24px;height:24px;border-radius:12px;background:var(--kit-success, #22C55E);display:flex;align-items:center;justify-content:center"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="3"><polyline points="20 6 9 17 4 12"/></svg></div>
|
|
20
|
+
<div style="font-size:10px;color:var(--kit-success, #22C55E);font-weight:500">Ordered</div>
|
|
21
|
+
</div>
|
|
22
|
+
<div style="flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;z-index:1">
|
|
23
|
+
<div style="width:24px;height:24px;border-radius:12px;background:var(--kit-success, #22C55E);display:flex;align-items:center;justify-content:center"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="3"><polyline points="20 6 9 17 4 12"/></svg></div>
|
|
24
|
+
<div style="font-size:10px;color:var(--kit-success, #22C55E);font-weight:500">Shipped</div>
|
|
25
|
+
</div>
|
|
26
|
+
<div style="flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;z-index:1">
|
|
27
|
+
<div style="width:24px;height:24px;border-radius:12px;background:var(--kit-primary, #6366F1);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px rgba(99,102,241,0.2)"><div style="width:8px;height:8px;border-radius:4px;background:#fff"></div></div>
|
|
28
|
+
<div style="font-size:10px;color:var(--kit-primary, #6366F1);font-weight:600">In Transit</div>
|
|
29
|
+
</div>
|
|
30
|
+
<div style="flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;z-index:1">
|
|
31
|
+
<div style="width:24px;height:24px;border-radius:12px;border:2px solid var(--kit-border, #E2E8F0);box-sizing:border-box;background:var(--kit-surface, #F8FAFC)"></div>
|
|
32
|
+
<div style="font-size:10px;color:var(--kit-text-3, #94A3B8)">Delivered</div>
|
|
33
|
+
</div>
|
|
34
|
+
<div style="position:absolute;top:12px;left:12%;right:12%;height:2px;background:var(--kit-border, #E2E8F0);z-index:0">
|
|
35
|
+
<div style="width:66%;height:100%;background:var(--kit-success, #22C55E)"></div>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
<div style="display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid var(--kit-border, #E2E8F0)">
|
|
39
|
+
<div style="font-size:var(--kit-text-xs, 12px);color:var(--kit-text-3, #94A3B8)">Estimated Delivery</div>
|
|
40
|
+
<div style="font-size:var(--kit-text-sm, 14px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text, #0F172A)">Mar 28, 2026</div>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Shipment Row
|
|
3
|
+
@category: logistics
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 360
|
|
6
|
+
@height: 64
|
|
7
|
+
@tags: shipment, order, tracking, logistics
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="Shipment Row" style="display:flex;align-items:center;width:100%;padding:12px 16px;gap:12px;box-sizing:border-box;font-family:var(--kit-font, system-ui, -apple-system, sans-serif)">
|
|
10
|
+
<div style="width:40px;height:40px;border-radius:10px;background:var(--kit-surface-2, #F1F5F9);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--kit-text-2, #475569)"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M16.5 9.4l-9-5.19"/><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/><polyline points="3.27 6.96 12 12.01 20.73 6.96"/><line x1="12" y1="22.08" x2="12" y2="12"/></svg></div>
|
|
11
|
+
<div style="flex:1;min-width:0">
|
|
12
|
+
<div style="font-size:var(--kit-text-sm, 14px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text, #0F172A)">Order #SHP-4521</div>
|
|
13
|
+
<div style="font-size:var(--kit-text-xs, 12px);color:var(--kit-text-3, #94A3B8);margin-top:1px">San Francisco, CA</div>
|
|
14
|
+
</div>
|
|
15
|
+
<div style="display:flex;align-items:center;gap:8px;flex-shrink:0">
|
|
16
|
+
<span style="font-size:var(--kit-text-xs, 12px);font-weight:var(--kit-font-medium, 500);color:var(--kit-info, #3B82F6);background:rgba(59,130,246,0.1);padding:2px 8px;border-radius:4px">In Transit</span>
|
|
17
|
+
<span style="font-size:var(--kit-text-xs, 12px);color:var(--kit-text-3, #94A3B8)">Mar 26</span>
|
|
18
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="var(--kit-text-3, #94A3B8)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg>
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Audio Player
|
|
3
|
+
@kit: app-mobile
|
|
4
|
+
@width: 360
|
|
5
|
+
@height: 80
|
|
6
|
+
@tags: audio, player, music, podcast
|
|
7
|
+
-->
|
|
8
|
+
<div data-component="Audio Player" style="width:100%;max-width:360px;box-sizing:border-box;font-family:var(--kit-font,Inter,system-ui,sans-serif);background:var(--kit-bg,#FFFFFF);padding:12px;display:flex;flex-direction:row;align-items:center;gap:12px;border-radius:var(--kit-radius-md,12px);border:1px solid var(--kit-border,#E2E8F0);">
|
|
9
|
+
<div style="width:56px;min-width:56px;height:56px;border-radius:var(--kit-radius,8px);overflow:hidden;">
|
|
10
|
+
<img src="https://placehold.jp/56x56" alt="Album art" style="width:100%;height:100%;object-fit:cover;display:block;" />
|
|
11
|
+
</div>
|
|
12
|
+
<div style="flex:1;display:flex;flex-direction:column;gap:6px;min-width:0;">
|
|
13
|
+
<div style="display:flex;flex-direction:column;gap:1px;">
|
|
14
|
+
<span style="font-size:var(--kit-text-sm,14px);font-weight:var(--kit-font-semibold,600);color:var(--kit-text,#0F172A);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">Midnight Serenade</span>
|
|
15
|
+
<span style="font-size:var(--kit-text-xs,12px);color:var(--kit-text-3,#94A3B8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">Luna Waves</span>
|
|
16
|
+
</div>
|
|
17
|
+
<div style="display:flex;flex-direction:column;gap:4px;">
|
|
18
|
+
<div style="width:100%;height:4px;background:var(--kit-surface-2,#F1F5F9);border-radius:var(--kit-radius-full,9999px);">
|
|
19
|
+
<div style="width:40%;height:100%;background:var(--kit-primary,#6366F1);border-radius:var(--kit-radius-full,9999px);"></div>
|
|
20
|
+
</div>
|
|
21
|
+
<div style="display:flex;justify-content:space-between;">
|
|
22
|
+
<span style="font-size:10px;color:var(--kit-text-3,#94A3B8);font-variant-numeric:tabular-nums;">1:23</span>
|
|
23
|
+
<span style="font-size:10px;color:var(--kit-text-3,#94A3B8);font-variant-numeric:tabular-nums;">3:45</span>
|
|
24
|
+
</div>
|
|
25
|
+
</div>
|
|
26
|
+
</div>
|
|
27
|
+
<div style="display:flex;align-items:center;gap:8px;flex-shrink:0;">
|
|
28
|
+
<button style="border:none;background:none;cursor:pointer;padding:0;display:flex;align-items:center;">
|
|
29
|
+
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="var(--kit-text-2,#475569)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polygon points="19 20 9 12 19 4 19 20"/><line x1="5" y1="19" x2="5" y2="5"/></svg>
|
|
30
|
+
</button>
|
|
31
|
+
<button style="width:36px;height:36px;border-radius:var(--kit-radius-full,9999px);background:var(--kit-primary,#6366F1);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;">
|
|
32
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="var(--kit-bg,#FFFFFF)" stroke="none"><rect x="6" y="4" width="4" height="16"/><rect x="14" y="4" width="4" height="16"/></svg>
|
|
33
|
+
</button>
|
|
34
|
+
<button style="border:none;background:none;cursor:pointer;padding:0;display:flex;align-items:center;">
|
|
35
|
+
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="var(--kit-text-2,#475569)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polygon points="5 4 15 12 5 20 5 4"/><line x1="19" y1="5" x2="19" y2="19"/></svg>
|
|
36
|
+
</button>
|
|
37
|
+
</div>
|
|
38
|
+
</div>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Image Carousel
|
|
3
|
+
@kit: app-mobile
|
|
4
|
+
@width: 360
|
|
5
|
+
@height: 250
|
|
6
|
+
@tags: carousel, slider, images, gallery
|
|
7
|
+
-->
|
|
8
|
+
<div data-component="Image Carousel" style="width:100%;max-width:360px;box-sizing:border-box;font-family:var(--kit-font,Inter,system-ui,sans-serif);position:relative;display:flex;flex-direction:column;gap:12px;">
|
|
9
|
+
<div style="width:100%;height:200px;border-radius:var(--kit-radius-md,12px);overflow:hidden;position:relative;">
|
|
10
|
+
<img src="https://placehold.jp/360x200" alt="Carousel slide" style="width:100%;height:100%;object-fit:cover;display:block;" />
|
|
11
|
+
<!-- Left arrow -->
|
|
12
|
+
<button style="position:absolute;left:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:var(--kit-radius-full,9999px);background:rgba(255,255,255,0.9);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,0.1);">
|
|
13
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="var(--kit-text,#0F172A)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"/></svg>
|
|
14
|
+
</button>
|
|
15
|
+
<!-- Right arrow -->
|
|
16
|
+
<button style="position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:var(--kit-radius-full,9999px);background:rgba(255,255,255,0.9);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,0.1);">
|
|
17
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="var(--kit-text,#0F172A)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg>
|
|
18
|
+
</button>
|
|
19
|
+
</div>
|
|
20
|
+
<!-- Dot indicators -->
|
|
21
|
+
<div style="display:flex;align-items:center;justify-content:center;gap:6px;">
|
|
22
|
+
<div style="width:8px;height:8px;border-radius:var(--kit-radius-full,9999px);background:var(--kit-border,#E2E8F0);"></div>
|
|
23
|
+
<div style="width:8px;height:8px;border-radius:var(--kit-radius-full,9999px);background:var(--kit-primary,#6366F1);"></div>
|
|
24
|
+
<div style="width:8px;height:8px;border-radius:var(--kit-radius-full,9999px);background:var(--kit-border,#E2E8F0);"></div>
|
|
25
|
+
<div style="width:8px;height:8px;border-radius:var(--kit-radius-full,9999px);background:var(--kit-border,#E2E8F0);"></div>
|
|
26
|
+
<div style="width:8px;height:8px;border-radius:var(--kit-radius-full,9999px);background:var(--kit-border,#E2E8F0);"></div>
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Menu — Context
|
|
3
|
+
@category: menus
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 180
|
|
6
|
+
@height: 144
|
|
7
|
+
@tags: menu, context, right-click, popup
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="Menu — Context" style="width:180px;background:var(--kit-bg, #FFFFFF);border-radius:var(--kit-radius-sm, 4px);box-shadow:var(--kit-shadow-lg, 0 10px 24px rgba(0,0,0,0.08),0 4px 8px rgba(0,0,0,0.04));padding:8px 0;font-family:var(--kit-font, system-ui, -apple-system, sans-serif)">
|
|
10
|
+
<div style="padding:0 12px;height:40px;display:flex;align-items:center;font-size:var(--kit-text-sm, 14px);color:var(--kit-text, #0F172A);cursor:pointer">Cut</div>
|
|
11
|
+
<div style="padding:0 12px;height:40px;display:flex;align-items:center;font-size:var(--kit-text-sm, 14px);color:var(--kit-text, #0F172A);cursor:pointer">Copy</div>
|
|
12
|
+
<div style="padding:0 12px;height:40px;display:flex;align-items:center;font-size:var(--kit-text-sm, 14px);color:var(--kit-text, #0F172A);cursor:pointer">Paste</div>
|
|
13
|
+
</div>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Menu — Dropdown
|
|
3
|
+
@category: menus
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 200
|
|
6
|
+
@height: 200
|
|
7
|
+
@tags: menu, dropdown, popup, context
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="Menu — Dropdown" style="width:200px;background:var(--kit-bg, #FFFFFF);border-radius:var(--kit-radius-sm, 4px);box-shadow:var(--kit-shadow-lg, 0 10px 24px rgba(0,0,0,0.08),0 4px 8px rgba(0,0,0,0.04));padding:8px 0;font-family:var(--kit-font, system-ui, -apple-system, sans-serif)">
|
|
10
|
+
<div style="display:flex;align-items:center;gap:12px;padding:0 12px;height:48px;cursor:pointer"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="var(--kit-text-2, #475569)" stroke-width="2"><path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"/><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"/></svg><span style="font-size:var(--kit-text-sm, 14px);color:var(--kit-text, #0F172A)">Edit</span></div>
|
|
11
|
+
<div style="display:flex;align-items:center;gap:12px;padding:0 12px;height:48px;cursor:pointer"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="var(--kit-text-2, #475569)" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/></svg><span style="font-size:var(--kit-text-sm, 14px);color:var(--kit-text, #0F172A)">Copy</span></div>
|
|
12
|
+
<div style="height:1px;background:var(--kit-border, #E2E8F0);margin:4px 0"></div>
|
|
13
|
+
<div style="display:flex;align-items:center;gap:12px;padding:0 12px;height:48px;cursor:pointer"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="var(--kit-danger, #EF4444)" stroke-width="2"><polyline points="3 6 5 6 21 6"/><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"/></svg><span style="font-size:var(--kit-text-sm, 14px);color:var(--kit-danger, #EF4444)">Delete</span></div>
|
|
14
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Gesture Navigation Bar — Android
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 360
|
|
6
|
+
@height: 20
|
|
7
|
+
@tags: gesture-nav, system, android, native, home-indicator
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="Gesture Navigation Bar — Android" style="display:flex;justify-content:center;align-items:flex-end;width:100%;height:20px;padding-bottom:4px;box-sizing:border-box">
|
|
10
|
+
<div style="width:134px;height:5px;border-radius:3px;background:var(--kit-text, #0F172A);opacity:0.2"></div>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: iOS Action Sheet
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 360
|
|
6
|
+
@height: 260
|
|
7
|
+
@tags: ios, action-sheet, bottom, modal, options, native
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="iOS Action Sheet" style="width:100%;font-family:-apple-system, SF Pro, system-ui, sans-serif;padding:0 8px">
|
|
10
|
+
<div style="background:var(--kit-bg, #FFFFFF);border-radius:14px;overflow:hidden;margin-bottom:8px">
|
|
11
|
+
<div style="padding:14px 16px;text-align:center;font-size:13px;color:var(--kit-text-3, #94A3B8);border-bottom:0.5px solid var(--kit-border, #E2E8F0)">Choose an option</div>
|
|
12
|
+
<div style="padding:16px;text-align:center;font-size:20px;color:var(--kit-primary, #6366F1);border-bottom:0.5px solid var(--kit-border, #E2E8F0);cursor:pointer">Share</div>
|
|
13
|
+
<div style="padding:16px;text-align:center;font-size:20px;color:var(--kit-primary, #6366F1);border-bottom:0.5px solid var(--kit-border, #E2E8F0);cursor:pointer">Copy Link</div>
|
|
14
|
+
<div style="padding:16px;text-align:center;font-size:20px;color:var(--kit-danger, #EF4444);cursor:pointer">Delete</div>
|
|
15
|
+
</div>
|
|
16
|
+
<div style="background:var(--kit-bg, #FFFFFF);border-radius:14px;overflow:hidden">
|
|
17
|
+
<div style="padding:16px;text-align:center;font-size:20px;font-weight:600;color:var(--kit-primary, #6366F1);cursor:pointer">Cancel</div>
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: iOS Alert Dialog
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 270
|
|
6
|
+
@height: 160
|
|
7
|
+
@tags: ios, alert, dialog, modal, native, confirm
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="iOS Alert Dialog" style="width:270px;background:rgba(248,250,252,0.95);border-radius:14px;overflow:hidden;font-family:-apple-system, SF Pro, system-ui, sans-serif;text-align:center;box-shadow:0 8px 32px rgba(0,0,0,0.12)">
|
|
10
|
+
<div style="padding:20px 16px 14px">
|
|
11
|
+
<div style="font-size:17px;font-weight:600;color:var(--kit-text, #0F172A);margin-bottom:6px">Delete Item?</div>
|
|
12
|
+
<div style="font-size:13px;color:var(--kit-text-2, #475569);line-height:1.4">This action cannot be undone. Are you sure you want to continue?</div>
|
|
13
|
+
</div>
|
|
14
|
+
<div style="border-top:0.5px solid var(--kit-border, #E2E8F0);display:flex">
|
|
15
|
+
<div style="flex:1;padding:12px;font-size:17px;color:var(--kit-primary, #6366F1);font-weight:600;cursor:pointer;border-right:0.5px solid var(--kit-border, #E2E8F0)">Cancel</div>
|
|
16
|
+
<div style="flex:1;padding:12px;font-size:17px;color:var(--kit-danger, #EF4444);cursor:pointer">Delete</div>
|
|
17
|
+
</div>
|
|
18
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: iOS Home Indicator
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 390
|
|
6
|
+
@height: 34
|
|
7
|
+
@tags: ios, home-indicator, bottom, safe-area, native
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="iOS Home Indicator" style="width:100%;height:34px;display:flex;justify-content:center;align-items:flex-end;padding-bottom:8px;box-sizing:border-box">
|
|
10
|
+
<div style="width:134px;height:5px;border-radius:3px;background:var(--kit-text, #0F172A);opacity:0.15"></div>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: iOS List Cell — Settings Style
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 390
|
|
6
|
+
@height: 44
|
|
7
|
+
@tags: ios, list, cell, settings, row, native
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="iOS List Cell — Settings Style" style="display:flex;align-items:center;width:100%;height:44px;padding:0 16px;box-sizing:border-box;font-family:-apple-system, SF Pro, system-ui, sans-serif;background:var(--kit-bg, #FFFFFF)">
|
|
10
|
+
<div style="width:28px;height:28px;border-radius:6px;background:var(--kit-primary, #6366F1);display:flex;align-items:center;justify-content:center;margin-right:12px"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2"><path d="M5 12.55a11 11 0 0 1 14.08 0"/><path d="M1.42 9a16 16 0 0 1 21.16 0"/><path d="M8.53 16.11a6 6 0 0 1 6.95 0"/><line x1="12" y1="20" x2="12.01" y2="20"/></svg></div>
|
|
11
|
+
<div style="flex:1;font-size:17px;color:var(--kit-text, #0F172A)">Wi-Fi</div>
|
|
12
|
+
<div style="font-size:17px;color:var(--kit-text-3, #94A3B8);margin-right:8px">Home Network</div>
|
|
13
|
+
<svg width="8" height="14" viewBox="0 0 8 14" fill="none" stroke="var(--kit-text-3, #94A3B8)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="1 1 7 7 1 13"/></svg>
|
|
14
|
+
</div>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: iOS Navigation Bar — Large Title
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 390
|
|
6
|
+
@height: 96
|
|
7
|
+
@tags: ios, nav-bar, large-title, back, native, navigation
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="iOS Navigation Bar — Large Title" style="width:100%;font-family:-apple-system, SF Pro, system-ui, sans-serif;background:var(--kit-bg, #FFFFFF)">
|
|
10
|
+
<div style="display:flex;align-items:center;height:44px;padding:0 8px">
|
|
11
|
+
<div style="display:flex;align-items:center;gap:4px;padding:0 8px;color:var(--kit-primary, #6366F1);cursor:pointer"><svg width="10" height="18" viewBox="0 0 10 18" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 1 1 9 9 17"/></svg><span style="font-size:17px">Back</span></div>
|
|
12
|
+
<div style="flex:1"></div>
|
|
13
|
+
<div style="padding:0 8px;color:var(--kit-primary, #6366F1);cursor:pointer"><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg></div>
|
|
14
|
+
</div>
|
|
15
|
+
<div style="padding:0 16px;font-size:34px;font-weight:700;color:var(--kit-text, #0F172A)">Library</div>
|
|
16
|
+
</div>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: iOS Page Sheet — Modal
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 390
|
|
6
|
+
@height: 480
|
|
7
|
+
@tags: ios, page-sheet, modal, bottom, native
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="iOS Page Sheet — Modal" style="width:100%;height:480px;background:var(--kit-bg, #FFFFFF);border-radius:12px 12px 0 0;font-family:-apple-system, SF Pro, system-ui, sans-serif;display:flex;flex-direction:column;box-shadow:0 -4px 20px rgba(0,0,0,0.1)">
|
|
10
|
+
<div style="display:flex;justify-content:center;padding:8px 0 4px"><div style="width:36px;height:5px;border-radius:3px;background:var(--kit-surface-3, #E2E8F0)"></div></div>
|
|
11
|
+
<div style="display:flex;align-items:center;padding:8px 16px;border-bottom:0.5px solid var(--kit-border, #E2E8F0)">
|
|
12
|
+
<div style="width:60px;font-size:17px;color:var(--kit-primary, #6366F1);cursor:pointer">Cancel</div>
|
|
13
|
+
<div style="flex:1;text-align:center;font-size:17px;font-weight:600;color:var(--kit-text, #0F172A)">New Item</div>
|
|
14
|
+
<div style="width:60px;text-align:right;font-size:17px;font-weight:600;color:var(--kit-primary, #6366F1);cursor:pointer">Save</div>
|
|
15
|
+
</div>
|
|
16
|
+
<div style="flex:1;padding:20px 16px;font-size:15px;color:var(--kit-text-2, #475569);line-height:1.6">Sheet content area — forms, options, or any interactive content.</div>
|
|
17
|
+
</div>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: iOS Search Bar
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 390
|
|
6
|
+
@height: 40
|
|
7
|
+
@tags: ios, search, bar, input, native
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="iOS Search Bar" style="width:100%;padding:0 16px;box-sizing:border-box;font-family:-apple-system, SF Pro, system-ui, sans-serif">
|
|
10
|
+
<div style="display:flex;align-items:center;width:100%;height:36px;background:var(--kit-surface-2, #F1F5F9);border-radius:10px;padding:0 10px;gap:6px">
|
|
11
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="var(--kit-text-3, #94A3B8)" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>
|
|
12
|
+
<span style="font-size:17px;color:var(--kit-text-3, #94A3B8)">Search</span>
|
|
13
|
+
<div style="margin-left:auto;display:flex;align-items:center;color:var(--kit-text-3, #94A3B8)"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"/><path d="M19 10v2a7 7 0 0 1-14 0v-2"/></svg></div>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: iOS Segmented Control
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 360
|
|
6
|
+
@height: 32
|
|
7
|
+
@tags: ios, segmented, control, toggle, tabs, native
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="iOS Segmented Control" style="display:flex;width:100%;height:32px;background:var(--kit-surface-2, #F1F5F9);border-radius:8px;padding:2px;box-sizing:border-box;font-family:-apple-system, SF Pro, system-ui, sans-serif;font-size:13px">
|
|
10
|
+
<div style="flex:1;display:flex;align-items:center;justify-content:center;background:var(--kit-bg, #FFFFFF);border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,0.08);font-weight:600;color:var(--kit-text, #0F172A);cursor:pointer">First</div>
|
|
11
|
+
<div style="flex:1;display:flex;align-items:center;justify-content:center;color:var(--kit-text-2, #475569);cursor:pointer">Second</div>
|
|
12
|
+
<div style="flex:1;display:flex;align-items:center;justify-content:center;color:var(--kit-text-2, #475569);cursor:pointer">Third</div>
|
|
13
|
+
</div>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: iOS Status Bar — with Dynamic Island
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 390
|
|
6
|
+
@height: 54
|
|
7
|
+
@tags: ios, status-bar, dynamic-island, notch, native
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="iOS Status Bar — with Dynamic Island" style="width:100%;height:54px;display:flex;align-items:flex-end;justify-content:space-between;padding:0 24px 8px;box-sizing:border-box;font-family:-apple-system, SF Pro, system-ui, sans-serif;font-size:15px;font-weight:600;color:var(--kit-text, #0F172A);position:relative">
|
|
10
|
+
<div>9:41</div>
|
|
11
|
+
<div style="position:absolute;top:10px;left:50%;transform:translateX(-50%);width:126px;height:37px;background:#000000;border-radius:20px"></div>
|
|
12
|
+
<div style="display:flex;align-items:center;gap:5px">
|
|
13
|
+
<svg width="17" height="12" viewBox="0 0 17 12" fill="currentColor" opacity="0.8"><rect x="0" y="3" width="3" height="9" rx="1"/><rect x="4.5" y="2" width="3" height="10" rx="1"/><rect x="9" y="0.5" width="3" height="11.5" rx="1"/><rect x="13.5" y="0" width="3" height="12" rx="1"/></svg>
|
|
14
|
+
<svg width="15" height="12" viewBox="0 0 15 12" fill="none" stroke="currentColor" stroke-width="1.2" opacity="0.8"><path d="M0.5 4C3.5 1 11.5 1 14.5 4"/><path d="M3 7C5 5 10 5 12 7"/><circle cx="7.5" cy="10" r="1.5" fill="currentColor"/></svg>
|
|
15
|
+
<svg width="25" height="12" viewBox="0 0 25 12" fill="none" opacity="0.8"><rect x="0" y="1" width="22" height="10" rx="2" stroke="currentColor" stroke-width="1"/><rect x="22.5" y="3.5" width="2" height="5" rx="1" fill="currentColor" opacity="0.4"/><rect x="1.5" y="2.5" width="17" height="7" rx="1" fill="currentColor"/></svg>
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: iOS Tab Bar — 5 Items
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 390
|
|
6
|
+
@height: 83
|
|
7
|
+
@tags: ios, tab-bar, bottom, navigation, native
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="iOS Tab Bar — 5 Items" style="width:100%;height:83px;background:var(--kit-bg, #FFFFFF);border-top:0.5px solid var(--kit-border, #E2E8F0);font-family:-apple-system, SF Pro, system-ui, sans-serif;display:flex;padding:6px 0 28px;box-sizing:border-box">
|
|
10
|
+
<div style="flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer">
|
|
11
|
+
<svg width="22" height="22" viewBox="0 0 24 24" fill="var(--kit-primary, #6366F1)" stroke="var(--kit-primary, #6366F1)" stroke-width="2"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg>
|
|
12
|
+
<span style="font-size:10px;font-weight:500;color:var(--kit-primary, #6366F1)">Home</span>
|
|
13
|
+
</div>
|
|
14
|
+
<div style="flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer">
|
|
15
|
+
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--kit-text-3, #94A3B8)" stroke-width="1.8"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>
|
|
16
|
+
<span style="font-size:10px;color:var(--kit-text-3, #94A3B8)">Search</span>
|
|
17
|
+
</div>
|
|
18
|
+
<div style="flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer">
|
|
19
|
+
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--kit-text-3, #94A3B8)" stroke-width="1.8"><path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/></svg>
|
|
20
|
+
<span style="font-size:10px;color:var(--kit-text-3, #94A3B8)">Library</span>
|
|
21
|
+
</div>
|
|
22
|
+
<div style="flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer;position:relative">
|
|
23
|
+
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--kit-text-3, #94A3B8)" stroke-width="1.8"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"/><path d="M13.73 21a2 2 0 0 1-3.46 0"/></svg>
|
|
24
|
+
<div style="position:absolute;top:-2px;right:calc(50% - 16px);width:16px;height:16px;border-radius:8px;background:var(--kit-danger, #EF4444);color:#fff;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center">3</div>
|
|
25
|
+
<span style="font-size:10px;color:var(--kit-text-3, #94A3B8)">Alerts</span>
|
|
26
|
+
</div>
|
|
27
|
+
<div style="flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer">
|
|
28
|
+
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--kit-text-3, #94A3B8)" stroke-width="1.8"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>
|
|
29
|
+
<span style="font-size:10px;color:var(--kit-text-3, #94A3B8)">Profile</span>
|
|
30
|
+
</div>
|
|
31
|
+
</div>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: iOS Wheel Picker — Date/Time
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 360
|
|
6
|
+
@height: 220
|
|
7
|
+
@tags: ios, wheel, picker, date, time, scroll, native
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="iOS Wheel Picker — Date/Time" style="width:100%;background:var(--kit-surface, #F8FAFC);border-radius:12px;padding:8px;box-sizing:border-box;font-family:-apple-system, SF Pro, system-ui, sans-serif">
|
|
10
|
+
<div style="display:flex;height:200px;position:relative">
|
|
11
|
+
<div style="position:absolute;top:50%;left:8px;right:8px;height:36px;transform:translateY(-50%);background:var(--kit-surface-2, #F1F5F9);border-radius:8px;z-index:0"></div>
|
|
12
|
+
<div style="flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;z-index:1">
|
|
13
|
+
<div style="height:36px;display:flex;align-items:center;font-size:20px;color:var(--kit-text-3, #94A3B8);opacity:0.4">January</div>
|
|
14
|
+
<div style="height:36px;display:flex;align-items:center;font-size:20px;color:var(--kit-text-3, #94A3B8);opacity:0.6">February</div>
|
|
15
|
+
<div style="height:36px;display:flex;align-items:center;font-size:22px;font-weight:600;color:var(--kit-text, #0F172A)">March</div>
|
|
16
|
+
<div style="height:36px;display:flex;align-items:center;font-size:20px;color:var(--kit-text-3, #94A3B8);opacity:0.6">April</div>
|
|
17
|
+
<div style="height:36px;display:flex;align-items:center;font-size:20px;color:var(--kit-text-3, #94A3B8);opacity:0.4">May</div>
|
|
18
|
+
</div>
|
|
19
|
+
<div style="flex:0.6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;z-index:1">
|
|
20
|
+
<div style="height:36px;display:flex;align-items:center;font-size:20px;color:var(--kit-text-3, #94A3B8);opacity:0.4">23</div>
|
|
21
|
+
<div style="height:36px;display:flex;align-items:center;font-size:20px;color:var(--kit-text-3, #94A3B8);opacity:0.6">24</div>
|
|
22
|
+
<div style="height:36px;display:flex;align-items:center;font-size:22px;font-weight:600;color:var(--kit-text, #0F172A)">25</div>
|
|
23
|
+
<div style="height:36px;display:flex;align-items:center;font-size:20px;color:var(--kit-text-3, #94A3B8);opacity:0.6">26</div>
|
|
24
|
+
<div style="height:36px;display:flex;align-items:center;font-size:20px;color:var(--kit-text-3, #94A3B8);opacity:0.4">27</div>
|
|
25
|
+
</div>
|
|
26
|
+
<div style="flex:0.8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;z-index:1">
|
|
27
|
+
<div style="height:36px;display:flex;align-items:center;font-size:20px;color:var(--kit-text-3, #94A3B8);opacity:0.4">2024</div>
|
|
28
|
+
<div style="height:36px;display:flex;align-items:center;font-size:20px;color:var(--kit-text-3, #94A3B8);opacity:0.6">2025</div>
|
|
29
|
+
<div style="height:36px;display:flex;align-items:center;font-size:22px;font-weight:600;color:var(--kit-text, #0F172A)">2026</div>
|
|
30
|
+
<div style="height:36px;display:flex;align-items:center;font-size:20px;color:var(--kit-text-3, #94A3B8);opacity:0.6">2027</div>
|
|
31
|
+
<div style="height:36px;display:flex;align-items:center;font-size:20px;color:var(--kit-text-3, #94A3B8);opacity:0.4">2028</div>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Notification Item
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 360
|
|
6
|
+
@height: 80
|
|
7
|
+
@tags: notification, item, push, alert, native
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="Notification Item" style="width:100%;background:var(--kit-surface, #F8FAFC);border-radius:var(--kit-radius-md, 12px);padding:12px 16px;box-sizing:border-box;font-family:var(--kit-font, system-ui, -apple-system, sans-serif);display:flex;gap:12px">
|
|
10
|
+
<div style="width:36px;height:36px;border-radius:8px;background:var(--kit-primary, #6366F1);display:flex;align-items:center;justify-content:center;flex-shrink:0"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></svg></div>
|
|
11
|
+
<div style="flex:1;min-width:0">
|
|
12
|
+
<div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:2px">
|
|
13
|
+
<span style="font-size:var(--kit-text-sm, 14px);font-weight:var(--kit-font-semibold, 600);color:var(--kit-text, #0F172A)">Messages</span>
|
|
14
|
+
<span style="font-size:var(--kit-text-xs, 11px);color:var(--kit-text-3, #94A3B8)">2m ago</span>
|
|
15
|
+
</div>
|
|
16
|
+
<div style="font-size:var(--kit-text-sm, 13px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text, #0F172A)">Alex Johnson</div>
|
|
17
|
+
<div style="font-size:var(--kit-text-xs, 12px);color:var(--kit-text-2, #475569);white-space:nowrap;overflow:hidden;text-overflow:ellipsis">Hey! Are you free for lunch today? I was thinking we could try that new place.</div>
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Permission Dialog — Android
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 312
|
|
6
|
+
@height: 220
|
|
7
|
+
@tags: permission, dialog, system, android, native
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="Permission Dialog — Android" style="width:312px;background:var(--kit-bg, #FFFFFF);border-radius:var(--kit-radius-xl, 28px);box-shadow:var(--kit-shadow-lg, 0 10px 24px rgba(0,0,0,0.08));padding:24px;box-sizing:border-box;font-family:var(--kit-font, system-ui, -apple-system, sans-serif)">
|
|
10
|
+
<div style="display:flex;justify-content:center;margin-bottom:16px;color:var(--kit-primary, #6366F1)"><svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg></div>
|
|
11
|
+
<div style="font-size:var(--kit-text-lg, 18px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text, #0F172A);text-align:center;margin-bottom:8px">Allow Camera Access?</div>
|
|
12
|
+
<div style="font-size:var(--kit-text-sm, 14px);color:var(--kit-text-2, #475569);text-align:center;line-height:1.5;margin-bottom:24px">This app needs camera access to take photos and scan documents.</div>
|
|
13
|
+
<div style="display:flex;flex-direction:column;gap:8px">
|
|
14
|
+
<div style="display:flex;align-items:center;justify-content:center;height:40px;background:var(--kit-primary, #6366F1);color:var(--kit-primary-fg, #FFFFFF);border-radius:20px;font-size:var(--kit-text-sm, 14px);font-weight:var(--kit-font-medium, 500);cursor:pointer">While using the app</div>
|
|
15
|
+
<div style="display:flex;align-items:center;justify-content:center;height:40px;border:1px solid var(--kit-border, #E2E8F0);border-radius:20px;font-size:var(--kit-text-sm, 14px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text, #0F172A);cursor:pointer">Only this time</div>
|
|
16
|
+
<div style="display:flex;align-items:center;justify-content:center;height:40px;font-size:var(--kit-text-sm, 14px);color:var(--kit-text-2, #475569);cursor:pointer">Don't allow</div>
|
|
17
|
+
</div>
|
|
18
|
+
</div>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Status Bar — Android
|
|
3
|
+
@category: native
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 360
|
|
6
|
+
@height: 24
|
|
7
|
+
@tags: status-bar, system, android, native
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="Status Bar — Android" style="display:flex;align-items:center;justify-content:space-between;width:100%;height:24px;padding:0 16px;box-sizing:border-box;font-family:var(--kit-font, system-ui, -apple-system, sans-serif);font-size:12px;font-weight:var(--kit-font-medium, 500);color:var(--kit-text, #0F172A)">
|
|
10
|
+
<div>9:41</div>
|
|
11
|
+
<div style="display:flex;align-items:center;gap:6px">
|
|
12
|
+
<svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor" opacity="0.7"><path d="M1.42 9a16 16 0 0 1 21.16 0M5 12.55a11 11 0 0 1 14.08 0M8.53 16.11a6 6 0 0 1 6.95 0M12 20h.01"/></svg>
|
|
13
|
+
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" opacity="0.7"><rect x="1" y="6" width="18" height="12" rx="2"/><line x1="23" y1="13" x2="23" y2="11"/></svg>
|
|
14
|
+
<span style="opacity:0.7">85%</span>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Bottom App Bar
|
|
3
|
+
@category: navbars
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 360
|
|
6
|
+
@height: 80
|
|
7
|
+
@tags: bottom-app-bar, navigation, fab
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="Bottom App Bar" style="display:flex;align-items:center;width:100%;height:80px;background:var(--kit-bg, #FFFFFF);font-family:var(--kit-font, system-ui, -apple-system, sans-serif);padding:0 16px;box-sizing:border-box;box-shadow:var(--kit-shadow-sm, 0 1px 2px rgba(0,0,0,0.05))">
|
|
10
|
+
<div style="display:flex;gap:8px">
|
|
11
|
+
<div style="color:var(--kit-text, #0F172A);padding:12px;cursor:pointer;display:flex;align-items:center"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/></svg></div>
|
|
12
|
+
<div style="color:var(--kit-text, #0F172A);padding:12px;cursor:pointer;display:flex;align-items:center"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg></div>
|
|
13
|
+
<div style="color:var(--kit-text, #0F172A);padding:12px;cursor:pointer;display:flex;align-items:center"><svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><circle cx="12" cy="5" r="1.5"/><circle cx="12" cy="12" r="1.5"/><circle cx="12" cy="19" r="1.5"/></svg></div>
|
|
14
|
+
</div>
|
|
15
|
+
<div style="flex:1"></div>
|
|
16
|
+
<div style="width:56px;height:56px;border-radius:var(--kit-radius-lg, 16px);background:var(--kit-accent, #F59E0B);color:var(--kit-accent-fg, #FFFFFF);display:flex;align-items:center;justify-content:center;box-shadow:var(--kit-shadow-md, 0 4px 6px rgba(0,0,0,0.07),0 2px 4px rgba(0,0,0,0.06));cursor:pointer">
|
|
17
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/></svg>
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Bottom Navigation — 3 Items
|
|
3
|
+
@category: navbars
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 360
|
|
6
|
+
@height: 80
|
|
7
|
+
@tags: bottom-nav, navigation, tabs, 3-items
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="Bottom Navigation — 3 Items" style="display:flex;align-items:center;width:100%;height:80px;background:var(--kit-bg, #FFFFFF);font-family:var(--kit-font, system-ui, -apple-system, sans-serif);padding:12px 0 16px;box-sizing:border-box">
|
|
10
|
+
<div style="display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;cursor:pointer">
|
|
11
|
+
<div style="width:64px;height:32px;border-radius:var(--kit-radius-full, 9999px);background:var(--kit-secondary, #64748B);display:flex;align-items:center;justify-content:center">
|
|
12
|
+
<div style="color:var(--kit-secondary-fg, #FFFFFF)"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg></div>
|
|
13
|
+
</div>
|
|
14
|
+
<div style="font-size:var(--kit-text-xs, 11px);font-weight:var(--kit-font-bold, 700);color:var(--kit-text, #0F172A)">Home</div>
|
|
15
|
+
</div>
|
|
16
|
+
<div style="display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;cursor:pointer">
|
|
17
|
+
<div style="width:64px;height:32px;display:flex;align-items:center;justify-content:center">
|
|
18
|
+
<div style="color:var(--kit-text-2, #475569)"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg></div>
|
|
19
|
+
</div>
|
|
20
|
+
<div style="font-size:var(--kit-text-xs, 11px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text-2, #475569)">Search</div>
|
|
21
|
+
</div>
|
|
22
|
+
<div style="display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;cursor:pointer">
|
|
23
|
+
<div style="width:64px;height:32px;display:flex;align-items:center;justify-content:center">
|
|
24
|
+
<div style="color:var(--kit-text-2, #475569)"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg></div>
|
|
25
|
+
</div>
|
|
26
|
+
<div style="font-size:var(--kit-text-xs, 11px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text-2, #475569)">Profile</div>
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Bottom Navigation — 4 Items
|
|
3
|
+
@category: navbars
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 360
|
|
6
|
+
@height: 80
|
|
7
|
+
@tags: bottom-nav, navigation, tabs, 4-items
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="Bottom Navigation — 4 Items" style="display:flex;align-items:center;width:100%;height:80px;background:var(--kit-bg, #FFFFFF);font-family:var(--kit-font, system-ui, -apple-system, sans-serif);padding:12px 0 16px;box-sizing:border-box">
|
|
10
|
+
<div style="display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;cursor:pointer">
|
|
11
|
+
<div style="width:64px;height:32px;border-radius:var(--kit-radius-full, 9999px);background:var(--kit-secondary, #64748B);display:flex;align-items:center;justify-content:center"><div style="color:var(--kit-secondary-fg, #FFFFFF)"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg></div></div>
|
|
12
|
+
<div style="font-size:var(--kit-text-xs, 11px);font-weight:var(--kit-font-bold, 700);color:var(--kit-text, #0F172A)">Home</div>
|
|
13
|
+
</div>
|
|
14
|
+
<div style="display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;cursor:pointer">
|
|
15
|
+
<div style="width:64px;height:32px;display:flex;align-items:center;justify-content:center"><div style="color:var(--kit-text-2, #475569)"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg></div></div>
|
|
16
|
+
<div style="font-size:var(--kit-text-xs, 11px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text-2, #475569)">Search</div>
|
|
17
|
+
</div>
|
|
18
|
+
<div style="display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;cursor:pointer">
|
|
19
|
+
<div style="width:64px;height:32px;display:flex;align-items:center;justify-content:center"><div style="color:var(--kit-text-2, #475569)"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"/><path d="M13.73 21a2 2 0 0 1-3.46 0"/></svg></div></div>
|
|
20
|
+
<div style="font-size:var(--kit-text-xs, 11px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text-2, #475569)">Alerts</div>
|
|
21
|
+
</div>
|
|
22
|
+
<div style="display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;cursor:pointer">
|
|
23
|
+
<div style="width:64px;height:32px;display:flex;align-items:center;justify-content:center"><div style="color:var(--kit-text-2, #475569)"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg></div></div>
|
|
24
|
+
<div style="font-size:var(--kit-text-xs, 11px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text-2, #475569)">Profile</div>
|
|
25
|
+
</div>
|
|
26
|
+
</div>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
@name: Bottom Navigation — 5 Items
|
|
3
|
+
@category: navbars
|
|
4
|
+
@kit: app-mobile
|
|
5
|
+
@width: 360
|
|
6
|
+
@height: 80
|
|
7
|
+
@tags: bottom-nav, navigation, tabs, 5-items
|
|
8
|
+
-->
|
|
9
|
+
<div data-component="Bottom Navigation — 5 Items" style="display:flex;align-items:center;width:100%;height:80px;background:var(--kit-bg, #FFFFFF);font-family:var(--kit-font, system-ui, -apple-system, sans-serif);padding:12px 0 16px;box-sizing:border-box">
|
|
10
|
+
<div style="display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;cursor:pointer">
|
|
11
|
+
<div style="width:64px;height:32px;border-radius:var(--kit-radius-full, 9999px);background:var(--kit-secondary, #64748B);display:flex;align-items:center;justify-content:center"><div style="color:var(--kit-secondary-fg, #FFFFFF)"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg></div></div>
|
|
12
|
+
<div style="font-size:var(--kit-text-xs, 11px);font-weight:var(--kit-font-bold, 700);color:var(--kit-text, #0F172A)">Home</div>
|
|
13
|
+
</div>
|
|
14
|
+
<div style="display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;cursor:pointer">
|
|
15
|
+
<div style="width:64px;height:32px;display:flex;align-items:center;justify-content:center"><div style="color:var(--kit-text-2, #475569)"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg></div></div>
|
|
16
|
+
<div style="font-size:var(--kit-text-xs, 11px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text-2, #475569)">Search</div>
|
|
17
|
+
</div>
|
|
18
|
+
<div style="display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;cursor:pointer">
|
|
19
|
+
<div style="width:64px;height:32px;display:flex;align-items:center;justify-content:center"><div style="color:var(--kit-text-2, #475569)"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/></svg></div></div>
|
|
20
|
+
<div style="font-size:var(--kit-text-xs, 11px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text-2, #475569)">New</div>
|
|
21
|
+
</div>
|
|
22
|
+
<div style="display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;cursor:pointer">
|
|
23
|
+
<div style="width:64px;height:32px;display:flex;align-items:center;justify-content:center"><div style="color:var(--kit-text-2, #475569)"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"/><path d="M13.73 21a2 2 0 0 1-3.46 0"/></svg></div></div>
|
|
24
|
+
<div style="font-size:var(--kit-text-xs, 11px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text-2, #475569)">Alerts</div>
|
|
25
|
+
</div>
|
|
26
|
+
<div style="display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;cursor:pointer">
|
|
27
|
+
<div style="width:64px;height:32px;display:flex;align-items:center;justify-content:center"><div style="color:var(--kit-text-2, #475569)"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg></div></div>
|
|
28
|
+
<div style="font-size:var(--kit-text-xs, 11px);font-weight:var(--kit-font-medium, 500);color:var(--kit-text-2, #475569)">Profile</div>
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|