kynjal-cli 2.0.6
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/LICENSE +21 -0
- package/README.md +145 -0
- package/bin/kynjal.js +27 -0
- package/dist/commands/add.d.ts +11 -0
- package/dist/commands/add.js +295 -0
- package/dist/commands/convex.d.ts +11 -0
- package/dist/commands/convex.js +319 -0
- package/dist/commands/init.d.ts +13 -0
- package/dist/commands/init.js +340 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +61 -0
- package/dist/index.test.d.ts +1 -0
- package/dist/index.test.js +6 -0
- package/dist/registry/accordion.d.ts +139 -0
- package/dist/registry/accordion.js +164 -0
- package/dist/registry/accordion.ts +183 -0
- package/dist/registry/action-sheet.d.ts +138 -0
- package/dist/registry/action-sheet.js +164 -0
- package/dist/registry/action-sheet.ts +182 -0
- package/dist/registry/alert-dialog.d.ts +71 -0
- package/dist/registry/alert-dialog.js +88 -0
- package/dist/registry/alert-dialog.ts +97 -0
- package/dist/registry/alert.d.ts +172 -0
- package/dist/registry/alert.js +204 -0
- package/dist/registry/alert.ts +225 -0
- package/dist/registry/audio-player.d.ts +139 -0
- package/dist/registry/audio-player.js +165 -0
- package/dist/registry/audio-player.ts +183 -0
- package/dist/registry/audio-recorder.d.ts +156 -0
- package/dist/registry/audio-recorder.js +184 -0
- package/dist/registry/audio-recorder.ts +203 -0
- package/dist/registry/audio-waveform.d.ts +121 -0
- package/dist/registry/audio-waveform.js +144 -0
- package/dist/registry/audio-waveform.ts +165 -0
- package/dist/registry/avatar.d.ts +139 -0
- package/dist/registry/avatar.js +164 -0
- package/dist/registry/avatar.ts +172 -0
- package/dist/registry/avoid-keyboard.d.ts +128 -0
- package/dist/registry/avoid-keyboard.js +150 -0
- package/dist/registry/avoid-keyboard.ts +165 -0
- package/dist/registry/badge.d.ts +139 -0
- package/dist/registry/badge.js +164 -0
- package/dist/registry/badge.ts +172 -0
- package/dist/registry/bottom-sheet.d.ts +156 -0
- package/dist/registry/bottom-sheet.js +184 -0
- package/dist/registry/bottom-sheet.ts +203 -0
- package/dist/registry/button.d.ts +173 -0
- package/dist/registry/button.js +209 -0
- package/dist/registry/button.ts +230 -0
- package/dist/registry/camera-preview.d.ts +37 -0
- package/dist/registry/camera-preview.js +56 -0
- package/dist/registry/camera-preview.ts +61 -0
- package/dist/registry/camera.d.ts +139 -0
- package/dist/registry/camera.js +168 -0
- package/dist/registry/camera.ts +185 -0
- package/dist/registry/card.d.ts +139 -0
- package/dist/registry/card.js +165 -0
- package/dist/registry/card.ts +173 -0
- package/dist/registry/carousel.d.ts +140 -0
- package/dist/registry/carousel.js +169 -0
- package/dist/registry/carousel.ts +186 -0
- package/dist/registry/charts/area-chart.d.ts +88 -0
- package/dist/registry/charts/area-chart.js +106 -0
- package/dist/registry/charts/area-chart.ts +117 -0
- package/dist/registry/charts/bar-chart.d.ts +71 -0
- package/dist/registry/charts/bar-chart.js +85 -0
- package/dist/registry/charts/bar-chart.ts +94 -0
- package/dist/registry/charts/bubble-chart.d.ts +88 -0
- package/dist/registry/charts/bubble-chart.js +109 -0
- package/dist/registry/charts/bubble-chart.ts +120 -0
- package/dist/registry/charts/candlestick-chart.d.ts +88 -0
- package/dist/registry/charts/candlestick-chart.js +109 -0
- package/dist/registry/charts/candlestick-chart.ts +125 -0
- package/dist/registry/charts/chart-container.d.ts +54 -0
- package/dist/registry/charts/chart-container.js +62 -0
- package/dist/registry/charts/chart-container.ts +71 -0
- package/dist/registry/charts/column-chart.d.ts +88 -0
- package/dist/registry/charts/column-chart.js +106 -0
- package/dist/registry/charts/column-chart.ts +117 -0
- package/dist/registry/charts/doughnut-chart.d.ts +88 -0
- package/dist/registry/charts/doughnut-chart.js +106 -0
- package/dist/registry/charts/doughnut-chart.ts +121 -0
- package/dist/registry/charts/heatmap-chart.d.ts +88 -0
- package/dist/registry/charts/heatmap-chart.js +106 -0
- package/dist/registry/charts/heatmap-chart.ts +117 -0
- package/dist/registry/charts/index.d.ts +1499 -0
- package/dist/registry/charts/index.js +38 -0
- package/dist/registry/charts/index.ts +39 -0
- package/dist/registry/charts/line-chart.d.ts +88 -0
- package/dist/registry/charts/line-chart.js +109 -0
- package/dist/registry/charts/line-chart.ts +120 -0
- package/dist/registry/charts/pie-chart.d.ts +88 -0
- package/dist/registry/charts/pie-chart.js +106 -0
- package/dist/registry/charts/pie-chart.ts +117 -0
- package/dist/registry/charts/polar-area-chart.d.ts +88 -0
- package/dist/registry/charts/polar-area-chart.js +106 -0
- package/dist/registry/charts/polar-area-chart.ts +121 -0
- package/dist/registry/charts/progress-ring-chart.d.ts +88 -0
- package/dist/registry/charts/progress-ring-chart.js +106 -0
- package/dist/registry/charts/progress-ring-chart.ts +121 -0
- package/dist/registry/charts/radar-chart.d.ts +88 -0
- package/dist/registry/charts/radar-chart.js +106 -0
- package/dist/registry/charts/radar-chart.ts +117 -0
- package/dist/registry/charts/radial-bar-chart.d.ts +88 -0
- package/dist/registry/charts/radial-bar-chart.js +106 -0
- package/dist/registry/charts/radial-bar-chart.ts +121 -0
- package/dist/registry/charts/scatter-chart.d.ts +88 -0
- package/dist/registry/charts/scatter-chart.js +106 -0
- package/dist/registry/charts/scatter-chart.ts +117 -0
- package/dist/registry/charts/stacked-area-chart.d.ts +88 -0
- package/dist/registry/charts/stacked-area-chart.js +106 -0
- package/dist/registry/charts/stacked-area-chart.ts +123 -0
- package/dist/registry/charts/stacked-bar-chart.d.ts +88 -0
- package/dist/registry/charts/stacked-bar-chart.js +109 -0
- package/dist/registry/charts/stacked-bar-chart.ts +125 -0
- package/dist/registry/charts/treemap-chart.d.ts +88 -0
- package/dist/registry/charts/treemap-chart.js +106 -0
- package/dist/registry/charts/treemap-chart.ts +117 -0
- package/dist/registry/checkbox.d.ts +122 -0
- package/dist/registry/checkbox.js +145 -0
- package/dist/registry/checkbox.ts +160 -0
- package/dist/registry/collapsible.d.ts +105 -0
- package/dist/registry/collapsible.js +125 -0
- package/dist/registry/collapsible.ts +137 -0
- package/dist/registry/color-picker.d.ts +156 -0
- package/dist/registry/color-picker.js +186 -0
- package/dist/registry/color-picker.ts +205 -0
- package/dist/registry/combobox.d.ts +139 -0
- package/dist/registry/combobox.js +158 -0
- package/dist/registry/combobox.ts +170 -0
- package/dist/registry/date-picker.d.ts +156 -0
- package/dist/registry/date-picker.js +190 -0
- package/dist/registry/date-picker.ts +209 -0
- package/dist/registry/file-picker.d.ts +139 -0
- package/dist/registry/file-picker.js +158 -0
- package/dist/registry/file-picker.ts +175 -0
- package/dist/registry/gallery.d.ts +122 -0
- package/dist/registry/gallery.js +144 -0
- package/dist/registry/gallery.ts +160 -0
- package/dist/registry/hello-wave.d.ts +37 -0
- package/dist/registry/hello-wave.js +44 -0
- package/dist/registry/hello-wave.ts +49 -0
- package/dist/registry/hooks/index.d.ts +60 -0
- package/dist/registry/hooks/index.js +75 -0
- package/dist/registry/hooks/index.ts +80 -0
- package/dist/registry/icon.d.ts +139 -0
- package/dist/registry/icon.js +164 -0
- package/dist/registry/icon.ts +173 -0
- package/dist/registry/image.d.ts +156 -0
- package/dist/registry/image.js +180 -0
- package/dist/registry/image.ts +191 -0
- package/dist/registry/index.d.ts +12 -0
- package/dist/registry/index.js +189 -0
- package/dist/registry/index.ts +209 -0
- package/dist/registry/input-otp.d.ts +155 -0
- package/dist/registry/input-otp.js +178 -0
- package/dist/registry/input-otp.ts +197 -0
- package/dist/registry/input.d.ts +164 -0
- package/dist/registry/input.js +192 -0
- package/dist/registry/input.ts +211 -0
- package/dist/registry/link.d.ts +139 -0
- package/dist/registry/link.js +164 -0
- package/dist/registry/link.ts +181 -0
- package/dist/registry/media-picker.d.ts +145 -0
- package/dist/registry/media-picker.js +175 -0
- package/dist/registry/media-picker.ts +192 -0
- package/dist/registry/mode-toggle.d.ts +37 -0
- package/dist/registry/mode-toggle.js +44 -0
- package/dist/registry/mode-toggle.ts +49 -0
- package/dist/registry/onboarding.d.ts +144 -0
- package/dist/registry/onboarding.js +164 -0
- package/dist/registry/onboarding.ts +181 -0
- package/dist/registry/parallax-scrollview.d.ts +125 -0
- package/dist/registry/parallax-scrollview.js +147 -0
- package/dist/registry/parallax-scrollview.ts +168 -0
- package/dist/registry/picker.d.ts +157 -0
- package/dist/registry/picker.js +178 -0
- package/dist/registry/picker.ts +198 -0
- package/dist/registry/popover.d.ts +139 -0
- package/dist/registry/popover.js +164 -0
- package/dist/registry/popover.ts +181 -0
- package/dist/registry/progress.d.ts +139 -0
- package/dist/registry/progress.js +159 -0
- package/dist/registry/progress.ts +172 -0
- package/dist/registry/radio.d.ts +139 -0
- package/dist/registry/radio.js +164 -0
- package/dist/registry/radio.ts +181 -0
- package/dist/registry/schema/index.d.ts +26 -0
- package/dist/registry/schema/index.js +1 -0
- package/dist/registry/schema/index.ts +28 -0
- package/dist/registry/scroll-view.d.ts +156 -0
- package/dist/registry/scroll-view.js +184 -0
- package/dist/registry/scroll-view.ts +203 -0
- package/dist/registry/searchbar.d.ts +139 -0
- package/dist/registry/searchbar.js +164 -0
- package/dist/registry/searchbar.ts +181 -0
- package/dist/registry/separator.d.ts +105 -0
- package/dist/registry/separator.js +124 -0
- package/dist/registry/separator.ts +130 -0
- package/dist/registry/share.d.ts +156 -0
- package/dist/registry/share.js +183 -0
- package/dist/registry/share.ts +202 -0
- package/dist/registry/sheet.d.ts +107 -0
- package/dist/registry/sheet.js +122 -0
- package/dist/registry/sheet.ts +135 -0
- package/dist/registry/skeleton.d.ts +122 -0
- package/dist/registry/skeleton.js +140 -0
- package/dist/registry/skeleton.ts +155 -0
- package/dist/registry/spinner.d.ts +156 -0
- package/dist/registry/spinner.js +184 -0
- package/dist/registry/spinner.ts +205 -0
- package/dist/registry/switch.d.ts +122 -0
- package/dist/registry/switch.js +139 -0
- package/dist/registry/switch.ts +154 -0
- package/dist/registry/table.d.ts +122 -0
- package/dist/registry/table.js +139 -0
- package/dist/registry/table.ts +154 -0
- package/dist/registry/tabs.d.ts +88 -0
- package/dist/registry/tabs.js +101 -0
- package/dist/registry/tabs.ts +112 -0
- package/dist/registry/text.d.ts +71 -0
- package/dist/registry/text.js +82 -0
- package/dist/registry/text.ts +87 -0
- package/dist/registry/theme/index.d.ts +35 -0
- package/dist/registry/theme/index.js +41 -0
- package/dist/registry/theme/index.ts +43 -0
- package/dist/registry/toast.d.ts +122 -0
- package/dist/registry/toast.js +148 -0
- package/dist/registry/toast.ts +164 -0
- package/dist/registry/toggle.d.ts +173 -0
- package/dist/registry/toggle.js +205 -0
- package/dist/registry/toggle.ts +225 -0
- package/dist/registry/video.d.ts +156 -0
- package/dist/registry/video.js +184 -0
- package/dist/registry/video.ts +203 -0
- package/dist/registry/view.d.ts +37 -0
- package/dist/registry/view.js +44 -0
- package/dist/registry/view.ts +47 -0
- package/dist/templates/components/charts/area-chart.tsx +38 -0
- package/dist/templates/components/charts/bar-chart.tsx +130 -0
- package/dist/templates/components/charts/bubble-chart.tsx +205 -0
- package/dist/templates/components/charts/candlestick-chart.tsx +178 -0
- package/dist/templates/components/charts/chart-container.tsx +47 -0
- package/dist/templates/components/charts/column-chart.tsx +130 -0
- package/dist/templates/components/charts/doughnut-chart.tsx +182 -0
- package/dist/templates/components/charts/heatmap-chart.tsx +253 -0
- package/dist/templates/components/charts/line-chart.tsx +349 -0
- package/dist/templates/components/charts/pie-chart.tsx +172 -0
- package/dist/templates/components/charts/polar-area-chart.tsx +185 -0
- package/dist/templates/components/charts/progress-ring-chart.tsx +161 -0
- package/dist/templates/components/charts/radar-chart.tsx +188 -0
- package/dist/templates/components/charts/radial-bar-chart.tsx +216 -0
- package/dist/templates/components/charts/scatter-chart.tsx +176 -0
- package/dist/templates/components/charts/stacked-area-chart.tsx +289 -0
- package/dist/templates/components/charts/stacked-bar-chart.tsx +311 -0
- package/dist/templates/components/charts/treemap-chart.tsx +273 -0
- package/dist/templates/components/ui/accordion.tsx +175 -0
- package/dist/templates/components/ui/action-sheet.tsx +408 -0
- package/dist/templates/components/ui/alert-dialog.tsx +195 -0
- package/dist/templates/components/ui/alert.tsx +208 -0
- package/dist/templates/components/ui/audio-player.tsx +300 -0
- package/dist/templates/components/ui/audio-recorder.tsx +476 -0
- package/dist/templates/components/ui/audio-waveform.tsx +292 -0
- package/dist/templates/components/ui/avatar.tsx +84 -0
- package/dist/templates/components/ui/avoid-keyboard.tsx +49 -0
- package/dist/templates/components/ui/badge.tsx +88 -0
- package/dist/templates/components/ui/bottom-sheet.tsx +352 -0
- package/dist/templates/components/ui/button.tsx +392 -0
- package/dist/templates/components/ui/camera-preview.tsx +410 -0
- package/dist/templates/components/ui/camera.tsx +1008 -0
- package/dist/templates/components/ui/card.tsx +110 -0
- package/dist/templates/components/ui/carousel.tsx +546 -0
- package/dist/templates/components/ui/checkbox.tsx +82 -0
- package/dist/templates/components/ui/collapsible.tsx +46 -0
- package/dist/templates/components/ui/color-picker.tsx +450 -0
- package/dist/templates/components/ui/combobox.tsx +624 -0
- package/dist/templates/components/ui/date-picker.tsx +1147 -0
- package/dist/templates/components/ui/file-picker.tsx +526 -0
- package/dist/templates/components/ui/gallery.tsx +871 -0
- package/dist/templates/components/ui/hello-wave.tsx +69 -0
- package/dist/templates/components/ui/icon.tsx +34 -0
- package/dist/templates/components/ui/image.tsx +174 -0
- package/dist/templates/components/ui/input-otp.tsx +302 -0
- package/dist/templates/components/ui/input.tsx +607 -0
- package/dist/templates/components/ui/link.tsx +143 -0
- package/dist/templates/components/ui/media-picker.tsx +548 -0
- package/dist/templates/components/ui/mode-toggle.tsx +55 -0
- package/dist/templates/components/ui/onboarding.tsx +357 -0
- package/dist/templates/components/ui/parallax-scrollview.tsx +85 -0
- package/dist/templates/components/ui/picker.tsx +476 -0
- package/dist/templates/components/ui/popover.tsx +450 -0
- package/dist/templates/components/ui/progress.tsx +159 -0
- package/dist/templates/components/ui/radio.tsx +133 -0
- package/dist/templates/components/ui/scroll-view.tsx +14 -0
- package/dist/templates/components/ui/searchbar.tsx +241 -0
- package/dist/templates/components/ui/separator.tsx +30 -0
- package/dist/templates/components/ui/share.tsx +304 -0
- package/dist/templates/components/ui/sheet.tsx +302 -0
- package/dist/templates/components/ui/skeleton.tsx +64 -0
- package/dist/templates/components/ui/spinner.tsx +462 -0
- package/dist/templates/components/ui/switch.tsx +78 -0
- package/dist/templates/components/ui/table.tsx +478 -0
- package/dist/templates/components/ui/tabs.tsx +500 -0
- package/dist/templates/components/ui/text.tsx +86 -0
- package/dist/templates/components/ui/toast.tsx +456 -0
- package/dist/templates/components/ui/toggle.tsx +347 -0
- package/dist/templates/components/ui/video.tsx +555 -0
- package/dist/templates/components/ui/view.tsx +14 -0
- package/dist/templates/demo/accordion/accordion-controlled.tsx +55 -0
- package/dist/templates/demo/accordion/accordion-demo.tsx +38 -0
- package/dist/templates/demo/accordion/accordion-faq.tsx +51 -0
- package/dist/templates/demo/accordion/accordion-multiple.tsx +51 -0
- package/dist/templates/demo/accordion/accordion-non-collapsible.tsx +51 -0
- package/dist/templates/demo/accordion/accordion-single.tsx +45 -0
- package/dist/templates/demo/accordion/accordion-styled.tsx +55 -0
- package/dist/templates/demo/action-sheet/action-sheet-demo.tsx +37 -0
- package/dist/templates/demo/action-sheet/action-sheet-destructive.tsx +44 -0
- package/dist/templates/demo/action-sheet/action-sheet-disabled.tsx +50 -0
- package/dist/templates/demo/action-sheet/action-sheet-hook.tsx +63 -0
- package/dist/templates/demo/action-sheet/action-sheet-icons.tsx +47 -0
- package/dist/templates/demo/action-sheet/action-sheet-long.tsx +105 -0
- package/dist/templates/demo/action-sheet/action-sheet-styled.tsx +52 -0
- package/dist/templates/demo/alert/alert-advanced-demo.tsx +132 -0
- package/dist/templates/demo/alert/alert-confirm-demo.tsx +20 -0
- package/dist/templates/demo/alert/alert-custom-demo.tsx +29 -0
- package/dist/templates/demo/alert/alert-demo.tsx +25 -0
- package/dist/templates/demo/alert/alert-error-demo.tsx +17 -0
- package/dist/templates/demo/alert/alert-success-demo.tsx +19 -0
- package/dist/templates/demo/alert/alert-three-button-demo.tsx +33 -0
- package/dist/templates/demo/alert/alert-visual-demo.tsx +22 -0
- package/dist/templates/demo/alert/alert-visual-destructive-demo.tsx +22 -0
- package/dist/templates/demo/alert-dialog/alert-dialog-custom.tsx +40 -0
- package/dist/templates/demo/alert-dialog/alert-dialog-demo.tsx +28 -0
- package/dist/templates/demo/alert-dialog/alert-dialog-destructive.tsx +30 -0
- package/dist/templates/demo/audio-player/audio-player-autoplay.tsx +22 -0
- package/dist/templates/demo/audio-player/audio-player-demo.tsx +21 -0
- package/dist/templates/demo/audio-player/audio-player-minimal.tsx +17 -0
- package/dist/templates/demo/audio-player/audio-player-music.tsx +158 -0
- package/dist/templates/demo/audio-player/audio-player-progress.tsx +17 -0
- package/dist/templates/demo/audio-player/audio-player-styled.tsx +32 -0
- package/dist/templates/demo/audio-player/audio-player-waveform.tsx +17 -0
- package/dist/templates/demo/audio-recorder/audio-recorder-callbacks.tsx +65 -0
- package/dist/templates/demo/audio-recorder/audio-recorder-cloud.tsx +67 -0
- package/dist/templates/demo/audio-recorder/audio-recorder-demo.tsx +27 -0
- package/dist/templates/demo/audio-recorder/audio-recorder-hq.tsx +24 -0
- package/dist/templates/demo/audio-recorder/audio-recorder-interview.tsx +98 -0
- package/dist/templates/demo/audio-recorder/audio-recorder-minimal.tsx +17 -0
- package/dist/templates/demo/audio-recorder/audio-recorder-styled.tsx +29 -0
- package/dist/templates/demo/audio-recorder/audio-recorder-voice.tsx +18 -0
- package/dist/templates/demo/audio-waveform/audio-waveform-compact.tsx +127 -0
- package/dist/templates/demo/audio-waveform/audio-waveform-demo.tsx +56 -0
- package/dist/templates/demo/audio-waveform/audio-waveform-interactive.tsx +114 -0
- package/dist/templates/demo/audio-waveform/audio-waveform-realtime.tsx +223 -0
- package/dist/templates/demo/audio-waveform/audio-waveform-recording.tsx +100 -0
- package/dist/templates/demo/audio-waveform/audio-waveform-styled.tsx +195 -0
- package/dist/templates/demo/avatar/avatar-bordered.tsx +64 -0
- package/dist/templates/demo/avatar/avatar-demo.tsx +13 -0
- package/dist/templates/demo/avatar/avatar-fallback.tsx +25 -0
- package/dist/templates/demo/avatar/avatar-group.tsx +76 -0
- package/dist/templates/demo/avatar/avatar-sizes.tsx +54 -0
- package/dist/templates/demo/avatar/avatar-status.tsx +76 -0
- package/dist/templates/demo/avatar/avatar-styled.tsx +64 -0
- package/dist/templates/demo/avoid-keyboard/avoid-keyboard-chat.tsx +176 -0
- package/dist/templates/demo/avoid-keyboard/avoid-keyboard-demo.tsx +37 -0
- package/dist/templates/demo/avoid-keyboard/avoid-keyboard-duration.tsx +62 -0
- package/dist/templates/demo/avoid-keyboard/avoid-keyboard-form.tsx +175 -0
- package/dist/templates/demo/avoid-keyboard/avoid-keyboard-offset.tsx +31 -0
- package/dist/templates/demo/avoid-keyboard/avoid-keyboard-playground.tsx +252 -0
- package/dist/templates/demo/badge/badge-demo.tsx +15 -0
- package/dist/templates/demo/badge/badge-icons.tsx +33 -0
- package/dist/templates/demo/badge/badge-interactive.tsx +81 -0
- package/dist/templates/demo/badge/badge-notifications.tsx +96 -0
- package/dist/templates/demo/badge/badge-sizes.tsx +104 -0
- package/dist/templates/demo/badge/badge-status.tsx +151 -0
- package/dist/templates/demo/badge/badge-styled.tsx +71 -0
- package/dist/templates/demo/bottom-sheet/bottom-sheet-demo.tsx +31 -0
- package/dist/templates/demo/bottom-sheet/bottom-sheet-form.tsx +72 -0
- package/dist/templates/demo/bottom-sheet/bottom-sheet-list.tsx +57 -0
- package/dist/templates/demo/bottom-sheet/bottom-sheet-menu.tsx +61 -0
- package/dist/templates/demo/bottom-sheet/bottom-sheet-no-dismiss.tsx +41 -0
- package/dist/templates/demo/bottom-sheet/bottom-sheet-snap-points.tsx +37 -0
- package/dist/templates/demo/bottom-sheet/bottom-sheet-styled.tsx +50 -0
- package/dist/templates/demo/bottom-sheet/bottom-sheet-title.tsx +32 -0
- package/dist/templates/demo/button/button-animation.tsx +28 -0
- package/dist/templates/demo/button/button-custom.tsx +52 -0
- package/dist/templates/demo/button/button-demo.tsx +8 -0
- package/dist/templates/demo/button/button-disabled.tsx +21 -0
- package/dist/templates/demo/button/button-icon-only.tsx +26 -0
- package/dist/templates/demo/button/button-loading.tsx +23 -0
- package/dist/templates/demo/button/button-sizes.tsx +19 -0
- package/dist/templates/demo/button/button-variants.tsx +33 -0
- package/dist/templates/demo/button/button-with-icons.tsx +23 -0
- package/dist/templates/demo/camera/camera-custom-controls.tsx +25 -0
- package/dist/templates/demo/camera/camera-demo.tsx +21 -0
- package/dist/templates/demo/camera/camera-picture-only.tsx +17 -0
- package/dist/templates/demo/camera/camera-settings.tsx +29 -0
- package/dist/templates/demo/camera/camera-timer.tsx +22 -0
- package/dist/templates/demo/camera/camera-video.tsx +25 -0
- package/dist/templates/demo/camera/camera-zoom.tsx +21 -0
- package/dist/templates/demo/camera-preview/camera-preview-demo.tsx +5 -0
- package/dist/templates/demo/card/card-demo.tsx +35 -0
- package/dist/templates/demo/card/card-notification.tsx +51 -0
- package/dist/templates/demo/card/card-pricing.tsx +115 -0
- package/dist/templates/demo/card/card-simple.tsx +16 -0
- package/dist/templates/demo/card/card-stats.tsx +33 -0
- package/dist/templates/demo/card/card-with-form.tsx +76 -0
- package/dist/templates/demo/card/card-with-image.tsx +43 -0
- package/dist/templates/demo/carousel/carousel-arrows.tsx +79 -0
- package/dist/templates/demo/carousel/carousel-cards.tsx +146 -0
- package/dist/templates/demo/carousel/carousel-custom-width.tsx +85 -0
- package/dist/templates/demo/carousel/carousel-demo.tsx +57 -0
- package/dist/templates/demo/carousel/carousel-images.tsx +83 -0
- package/dist/templates/demo/carousel/carousel-manual.tsx +215 -0
- package/dist/templates/demo/carousel/carousel-no-indicators.tsx +120 -0
- package/dist/templates/demo/charts/area-chart/area-chart-demo.tsx +33 -0
- package/dist/templates/demo/charts/area-chart/area-chart-interactive.tsx +36 -0
- package/dist/templates/demo/charts/area-chart/area-chart-large.tsx +41 -0
- package/dist/templates/demo/charts/area-chart/area-chart-styled.tsx +51 -0
- package/dist/templates/demo/charts/bar-chart/bar-chart-demo.tsx +31 -0
- package/dist/templates/demo/charts/bar-chart/bar-chart-minimal.tsx +26 -0
- package/dist/templates/demo/charts/bar-chart/bar-chart-sample.tsx +30 -0
- package/dist/templates/demo/charts/bubble-chart/bubble-chart-demo.tsx +34 -0
- package/dist/templates/demo/charts/bubble-chart/bubble-chart-minimal.tsx +26 -0
- package/dist/templates/demo/charts/bubble-chart/bubble-chart-sample.tsx +32 -0
- package/dist/templates/demo/charts/bubble-chart/bubble-chart-styled.tsx +39 -0
- package/dist/templates/demo/charts/candlestick-chart/candlestick-chart-demo.tsx +36 -0
- package/dist/templates/demo/charts/candlestick-chart/candlestick-chart-minimal.tsx +31 -0
- package/dist/templates/demo/charts/candlestick-chart/candlestick-chart-sample.tsx +34 -0
- package/dist/templates/demo/charts/candlestick-chart/candlestick-chart-styled.tsx +38 -0
- package/dist/templates/demo/charts/chart-container/chart-container-demo.tsx +30 -0
- package/dist/templates/demo/charts/chart-container/chart-container-styled.tsx +42 -0
- package/dist/templates/demo/charts/column-chart/column-chart-demo.tsx +31 -0
- package/dist/templates/demo/charts/column-chart/column-chart-large.tsx +42 -0
- package/dist/templates/demo/charts/column-chart/column-chart-sample.tsx +75 -0
- package/dist/templates/demo/charts/column-chart/column-chart-styled.tsx +37 -0
- package/dist/templates/demo/charts/doughnut-chart/doughnut-chart-demo.tsx +32 -0
- package/dist/templates/demo/charts/doughnut-chart/doughnut-chart-large.tsx +36 -0
- package/dist/templates/demo/charts/doughnut-chart/doughnut-chart-sample.tsx +40 -0
- package/dist/templates/demo/charts/doughnut-chart/doughnut-chart-styled.tsx +35 -0
- package/dist/templates/demo/charts/heatmap-chart/heatmap-chart-demo.tsx +41 -0
- package/dist/templates/demo/charts/heatmap-chart/heatmap-chart-large.tsx +66 -0
- package/dist/templates/demo/charts/heatmap-chart/heatmap-chart-sample.tsx +42 -0
- package/dist/templates/demo/charts/heatmap-chart/heatmap-chart-styled.tsx +43 -0
- package/dist/templates/demo/charts/line-chart/line-chart-demo.tsx +34 -0
- package/dist/templates/demo/charts/line-chart/line-chart-interactive.tsx +35 -0
- package/dist/templates/demo/charts/line-chart/line-chart-minimal.tsx +28 -0
- package/dist/templates/demo/charts/line-chart/line-chart-styled.tsx +51 -0
- package/dist/templates/demo/charts/pie-chart/pie-chart-demo.tsx +31 -0
- package/dist/templates/demo/charts/pie-chart/pie-chart-large.tsx +31 -0
- package/dist/templates/demo/charts/pie-chart/pie-chart-sample.tsx +29 -0
- package/dist/templates/demo/charts/pie-chart/pie-chart-styled.tsx +35 -0
- package/dist/templates/demo/charts/polar-area-chart/polar-area-chart-demo.tsx +31 -0
- package/dist/templates/demo/charts/polar-area-chart/polar-area-chart-large.tsx +37 -0
- package/dist/templates/demo/charts/polar-area-chart/polar-area-chart-sample.tsx +44 -0
- package/dist/templates/demo/charts/polar-area-chart/polar-area-chart-styled.tsx +37 -0
- package/dist/templates/demo/charts/progress-ring-chart/progress-ring-chart-demo.tsx +25 -0
- package/dist/templates/demo/charts/progress-ring-chart/progress-ring-chart-large.tsx +26 -0
- package/dist/templates/demo/charts/progress-ring-chart/progress-ring-chart-sample.tsx +26 -0
- package/dist/templates/demo/charts/progress-ring-chart/progress-ring-chart-styled.tsx +26 -0
- package/dist/templates/demo/charts/radar-chart/radar-chart-demo.tsx +31 -0
- package/dist/templates/demo/charts/radar-chart/radar-chart-large.tsx +36 -0
- package/dist/templates/demo/charts/radar-chart/radar-chart-sample.tsx +31 -0
- package/dist/templates/demo/charts/radar-chart/radar-chart-styled.tsx +41 -0
- package/dist/templates/demo/charts/radial-bar-chart/radial-bar-chart-demo.tsx +29 -0
- package/dist/templates/demo/charts/radial-bar-chart/radial-bar-chart-gradient.tsx +40 -0
- package/dist/templates/demo/charts/radial-bar-chart/radial-bar-chart-large.tsx +32 -0
- package/dist/templates/demo/charts/radial-bar-chart/radial-bar-chart-sample.tsx +37 -0
- package/dist/templates/demo/charts/scatter-chart/scatter-chart-demo.tsx +34 -0
- package/dist/templates/demo/charts/scatter-chart/scatter-chart-large.tsx +39 -0
- package/dist/templates/demo/charts/scatter-chart/scatter-chart-sample.tsx +36 -0
- package/dist/templates/demo/charts/scatter-chart/scatter-chart-styled.tsx +42 -0
- package/dist/templates/demo/charts/stacked-area-chart/stacked-area-chart-demo.tsx +35 -0
- package/dist/templates/demo/charts/stacked-area-chart/stacked-area-chart-large.tsx +63 -0
- package/dist/templates/demo/charts/stacked-area-chart/stacked-area-chart-sample.tsx +36 -0
- package/dist/templates/demo/charts/stacked-area-chart/stacked-area-chart-styled.tsx +44 -0
- package/dist/templates/demo/charts/stacked-bar-chart/stacked-bar-chart-demo.tsx +33 -0
- package/dist/templates/demo/charts/stacked-bar-chart/stacked-bar-chart-horizontal.tsx +35 -0
- package/dist/templates/demo/charts/stacked-bar-chart/stacked-bar-chart-large.tsx +42 -0
- package/dist/templates/demo/charts/stacked-bar-chart/stacked-bar-chart-styled.tsx +43 -0
- package/dist/templates/demo/charts/treemap-chart/treemap-chart-demo.tsx +31 -0
- package/dist/templates/demo/charts/treemap-chart/treemap-chart-large.tsx +41 -0
- package/dist/templates/demo/charts/treemap-chart/treemap-chart-sample.tsx +33 -0
- package/dist/templates/demo/charts/treemap-chart/treemap-chart-styled.tsx +32 -0
- package/dist/templates/demo/checkbox/checkbox-custom-styling.tsx +34 -0
- package/dist/templates/demo/checkbox/checkbox-demo.tsx +14 -0
- package/dist/templates/demo/checkbox/checkbox-group.tsx +44 -0
- package/dist/templates/demo/checkbox/checkbox-states.tsx +37 -0
- package/dist/templates/demo/checkbox/checkbox-with-error.tsx +24 -0
- package/dist/templates/demo/checkbox/checkbox-without-label.tsx +8 -0
- package/dist/templates/demo/collapsible/collapsible-demo.tsx +16 -0
- package/dist/templates/demo/collapsible/collapsible-faq.tsx +45 -0
- package/dist/templates/demo/collapsible/collapsible-multiple.tsx +34 -0
- package/dist/templates/demo/collapsible/collapsible-nested.tsx +39 -0
- package/dist/templates/demo/collapsible/collapsible-with-content.tsx +53 -0
- package/dist/templates/demo/color-picker/color-picker-colors.tsx +36 -0
- package/dist/templates/demo/color-picker/color-picker-demo.tsx +17 -0
- package/dist/templates/demo/color-picker/color-picker-disabled.tsx +15 -0
- package/dist/templates/demo/color-picker/color-picker-labeled.tsx +84 -0
- package/dist/templates/demo/color-picker/color-picker-palette.tsx +54 -0
- package/dist/templates/demo/color-picker/color-picker-sizes.tsx +39 -0
- package/dist/templates/demo/color-picker/color-picker-styled.tsx +52 -0
- package/dist/templates/demo/color-picker/color-swatch-demo.tsx +46 -0
- package/dist/templates/demo/combobox/combobox-demo.tsx +44 -0
- package/dist/templates/demo/combobox/combobox-disabled.tsx +44 -0
- package/dist/templates/demo/combobox/combobox-form.tsx +91 -0
- package/dist/templates/demo/combobox/combobox-groups.tsx +51 -0
- package/dist/templates/demo/combobox/combobox-large.tsx +89 -0
- package/dist/templates/demo/combobox/combobox-multiple.tsx +48 -0
- package/dist/templates/demo/combobox/combobox-search.tsx +67 -0
- package/dist/templates/demo/date-picker/date-picker-constraints.tsx +51 -0
- package/dist/templates/demo/date-picker/date-picker-datetime.tsx +17 -0
- package/dist/templates/demo/date-picker/date-picker-demo.tsx +15 -0
- package/dist/templates/demo/date-picker/date-picker-form.tsx +96 -0
- package/dist/templates/demo/date-picker/date-picker-formats.tsx +39 -0
- package/dist/templates/demo/date-picker/date-picker-range.tsx +16 -0
- package/dist/templates/demo/date-picker/date-picker-time.tsx +30 -0
- package/dist/templates/demo/date-picker/date-picker-variants.tsx +37 -0
- package/dist/templates/demo/file-picker/file-picker-controlled.tsx +134 -0
- package/dist/templates/demo/file-picker/file-picker-demo.tsx +16 -0
- package/dist/templates/demo/file-picker/file-picker-images.tsx +30 -0
- package/dist/templates/demo/file-picker/file-picker-info.tsx +192 -0
- package/dist/templates/demo/file-picker/file-picker-single.tsx +35 -0
- package/dist/templates/demo/file-picker/file-picker-styled.tsx +78 -0
- package/dist/templates/demo/file-picker/file-picker-validation.tsx +61 -0
- package/dist/templates/demo/gallery/gallery-controls.tsx +85 -0
- package/dist/templates/demo/gallery/gallery-demo.tsx +66 -0
- package/dist/templates/demo/gallery/gallery-grid.tsx +109 -0
- package/dist/templates/demo/gallery/gallery-info.tsx +70 -0
- package/dist/templates/demo/gallery/gallery-layouts.tsx +109 -0
- package/dist/templates/demo/gallery/gallery-overlay.tsx +89 -0
- package/dist/templates/demo/hello-wave/hello-wave-demo.tsx +6 -0
- package/dist/templates/demo/icon/icon-colors.tsx +39 -0
- package/dist/templates/demo/icon/icon-demo.tsx +7 -0
- package/dist/templates/demo/icon/icon-grid.tsx +69 -0
- package/dist/templates/demo/icon/icon-interactive.tsx +66 -0
- package/dist/templates/demo/icon/icon-sizes.tsx +23 -0
- package/dist/templates/demo/icon/icon-stroke.tsx +34 -0
- package/dist/templates/demo/icon/icon-themed.tsx +57 -0
- package/dist/templates/demo/image/image-content-fit.tsx +67 -0
- package/dist/templates/demo/image/image-demo.tsx +12 -0
- package/dist/templates/demo/image/image-error.tsx +50 -0
- package/dist/templates/demo/image/image-gallery.tsx +65 -0
- package/dist/templates/demo/image/image-loading.tsx +50 -0
- package/dist/templates/demo/image/image-responsive.tsx +53 -0
- package/dist/templates/demo/image/image-sizes.tsx +54 -0
- package/dist/templates/demo/image/image-variants.tsx +46 -0
- package/dist/templates/demo/input/input-demo.tsx +9 -0
- package/dist/templates/demo/input/input-disabled.tsx +18 -0
- package/dist/templates/demo/input/input-form.tsx +159 -0
- package/dist/templates/demo/input/input-grouped.tsx +28 -0
- package/dist/templates/demo/input/input-icons.tsx +30 -0
- package/dist/templates/demo/input/input-right-components.tsx +65 -0
- package/dist/templates/demo/input/input-validation.tsx +39 -0
- package/dist/templates/demo/input/input-variants.tsx +23 -0
- package/dist/templates/demo/input-otp/input-otp-demo.tsx +17 -0
- package/dist/templates/demo/input-otp/input-otp-disabled.tsx +40 -0
- package/dist/templates/demo/input-otp/input-otp-error.tsx +71 -0
- package/dist/templates/demo/input-otp/input-otp-lengths.tsx +25 -0
- package/dist/templates/demo/input-otp/input-otp-masked.tsx +42 -0
- package/dist/templates/demo/input-otp/input-otp-no-cursor.tsx +39 -0
- package/dist/templates/demo/input-otp/input-otp-separator.tsx +61 -0
- package/dist/templates/demo/input-otp/input-otp-styled.tsx +67 -0
- package/dist/templates/demo/link/link-browser.tsx +36 -0
- package/dist/templates/demo/link/link-buttons.tsx +65 -0
- package/dist/templates/demo/link/link-custom.tsx +42 -0
- package/dist/templates/demo/link/link-demo.tsx +13 -0
- package/dist/templates/demo/link/link-external.tsx +13 -0
- package/dist/templates/demo/link/link-styled.tsx +72 -0
- package/dist/templates/demo/link/link-types.tsx +45 -0
- package/dist/templates/demo/media-picker/media-picker-demo.tsx +16 -0
- package/dist/templates/demo/media-picker/media-picker-gallery.tsx +21 -0
- package/dist/templates/demo/media-picker/media-picker-images.tsx +17 -0
- package/dist/templates/demo/media-picker/media-picker-multiple.tsx +31 -0
- package/dist/templates/demo/media-picker/media-picker-preview.tsx +39 -0
- package/dist/templates/demo/media-picker/media-picker-quality.tsx +62 -0
- package/dist/templates/demo/media-picker/media-picker-videos.tsx +17 -0
- package/dist/templates/demo/mode-toggle/mode-toggle-demo.tsx +6 -0
- package/dist/templates/demo/onboarding/onboarding-custom-buttons.tsx +41 -0
- package/dist/templates/demo/onboarding/onboarding-demo.tsx +114 -0
- package/dist/templates/demo/onboarding/onboarding-hook.tsx +97 -0
- package/dist/templates/demo/onboarding/onboarding-images.tsx +70 -0
- package/dist/templates/demo/onboarding/onboarding-no-skip.tsx +62 -0
- package/dist/templates/demo/onboarding/onboarding-no-swipe.tsx +68 -0
- package/dist/templates/demo/onboarding/onboarding-styled.tsx +70 -0
- package/dist/templates/demo/parallax-scrollview/parallax-scrollview-article.tsx +180 -0
- package/dist/templates/demo/parallax-scrollview/parallax-scrollview-custom-height.tsx +44 -0
- package/dist/templates/demo/parallax-scrollview/parallax-scrollview-demo.tsx +39 -0
- package/dist/templates/demo/parallax-scrollview/parallax-scrollview-gradient.tsx +77 -0
- package/dist/templates/demo/parallax-scrollview/parallax-scrollview-product.tsx +181 -0
- package/dist/templates/demo/parallax-scrollview/parallax-scrollview-profile.tsx +144 -0
- package/dist/templates/demo/picker/picker-advanced.tsx +82 -0
- package/dist/templates/demo/picker/picker-demo.tsx +22 -0
- package/dist/templates/demo/picker/picker-form.tsx +81 -0
- package/dist/templates/demo/picker/picker-multiple.tsx +26 -0
- package/dist/templates/demo/picker/picker-searchable.tsx +31 -0
- package/dist/templates/demo/picker/picker-sections.tsx +35 -0
- package/dist/templates/demo/picker/picker-styled.tsx +63 -0
- package/dist/templates/demo/picker/picker-variants.tsx +60 -0
- package/dist/templates/demo/popover/popover-alignment.tsx +92 -0
- package/dist/templates/demo/popover/popover-controlled.tsx +53 -0
- package/dist/templates/demo/popover/popover-custom.tsx +79 -0
- package/dist/templates/demo/popover/popover-demo.tsx +39 -0
- package/dist/templates/demo/popover/popover-form.tsx +78 -0
- package/dist/templates/demo/popover/popover-menu.tsx +143 -0
- package/dist/templates/demo/popover/popover-positioning.tsx +62 -0
- package/dist/templates/demo/progress/progress-animated.tsx +71 -0
- package/dist/templates/demo/progress/progress-demo.tsx +6 -0
- package/dist/templates/demo/progress/progress-heights.tsx +35 -0
- package/dist/templates/demo/progress/progress-interactive.tsx +28 -0
- package/dist/templates/demo/progress/progress-labels.tsx +58 -0
- package/dist/templates/demo/progress/progress-media.tsx +120 -0
- package/dist/templates/demo/progress/progress-steps.tsx +137 -0
- package/dist/templates/demo/radio/radio-demo.tsx +18 -0
- package/dist/templates/demo/radio/radio-disabled.tsx +47 -0
- package/dist/templates/demo/radio/radio-form.tsx +82 -0
- package/dist/templates/demo/radio/radio-horizontal.tsx +19 -0
- package/dist/templates/demo/radio/radio-large.tsx +27 -0
- package/dist/templates/demo/radio/radio-single.tsx +36 -0
- package/dist/templates/demo/radio/radio-styled.tsx +77 -0
- package/dist/templates/demo/scroll-view/scroll-view-demo.tsx +37 -0
- package/dist/templates/demo/scroll-view/scroll-view-horizontal.tsx +57 -0
- package/dist/templates/demo/scroll-view/scroll-view-indicators.tsx +91 -0
- package/dist/templates/demo/scroll-view/scroll-view-inset.tsx +116 -0
- package/dist/templates/demo/scroll-view/scroll-view-nested.tsx +85 -0
- package/dist/templates/demo/scroll-view/scroll-view-refresh.tsx +81 -0
- package/dist/templates/demo/scroll-view/scroll-view-styled.tsx +91 -0
- package/dist/templates/demo/scroll-view/scroll-view-vertical.tsx +50 -0
- package/dist/templates/demo/searchbar/searchbar-demo.tsx +19 -0
- package/dist/templates/demo/searchbar/searchbar-icons.tsx +36 -0
- package/dist/templates/demo/searchbar/searchbar-instant.tsx +58 -0
- package/dist/templates/demo/searchbar/searchbar-loading.tsx +28 -0
- package/dist/templates/demo/searchbar/searchbar-no-clear.tsx +20 -0
- package/dist/templates/demo/searchbar/searchbar-styled.tsx +65 -0
- package/dist/templates/demo/searchbar/searchbar-suggestions.tsx +40 -0
- package/dist/templates/demo/separator/separator-colors.tsx +35 -0
- package/dist/templates/demo/separator/separator-demo.tsx +14 -0
- package/dist/templates/demo/separator/separator-spacing.tsx +26 -0
- package/dist/templates/demo/separator/separator-thickness.tsx +30 -0
- package/dist/templates/demo/separator/separator-vertical.tsx +21 -0
- package/dist/templates/demo/share/share-callbacks.tsx +61 -0
- package/dist/templates/demo/share/share-custom-content.tsx +53 -0
- package/dist/templates/demo/share/share-demo.tsx +22 -0
- package/dist/templates/demo/share/share-hook.tsx +71 -0
- package/dist/templates/demo/share/share-icon-only.tsx +42 -0
- package/dist/templates/demo/share/share-sizes.tsx +28 -0
- package/dist/templates/demo/share/share-url-only.tsx +24 -0
- package/dist/templates/demo/share/share-variants.tsx +38 -0
- package/dist/templates/demo/sheet/sheet-demo.tsx +38 -0
- package/dist/templates/demo/sheet/sheet-filter.tsx +191 -0
- package/dist/templates/demo/sheet/sheet-form.tsx +170 -0
- package/dist/templates/demo/sheet/sheet-left.tsx +39 -0
- package/dist/templates/demo/sheet/sheet-navigation.tsx +111 -0
- package/dist/templates/demo/skeleton/skeleton-card.tsx +39 -0
- package/dist/templates/demo/skeleton/skeleton-demo.tsx +6 -0
- package/dist/templates/demo/skeleton/skeleton-list.tsx +34 -0
- package/dist/templates/demo/skeleton/skeleton-profile.tsx +53 -0
- package/dist/templates/demo/skeleton/skeleton-shapes.tsx +44 -0
- package/dist/templates/demo/skeleton/skeleton-sizes.tsx +14 -0
- package/dist/templates/demo/spinner/spinner-colors.tsx +27 -0
- package/dist/templates/demo/spinner/spinner-demo.tsx +6 -0
- package/dist/templates/demo/spinner/spinner-inline.tsx +25 -0
- package/dist/templates/demo/spinner/spinner-labels.tsx +14 -0
- package/dist/templates/demo/spinner/spinner-overlay.tsx +31 -0
- package/dist/templates/demo/spinner/spinner-sizes.tsx +26 -0
- package/dist/templates/demo/spinner/spinner-speeds.tsx +25 -0
- package/dist/templates/demo/spinner/spinner-variants.tsx +27 -0
- package/dist/templates/demo/switch/switch-colors.tsx +33 -0
- package/dist/templates/demo/switch/switch-demo.tsx +14 -0
- package/dist/templates/demo/switch/switch-disabled.tsx +20 -0
- package/dist/templates/demo/switch/switch-error.tsx +24 -0
- package/dist/templates/demo/switch/switch-settings.tsx +42 -0
- package/dist/templates/demo/switch/switch-simple.tsx +8 -0
- package/dist/templates/demo/table/table-custom-cells.tsx +153 -0
- package/dist/templates/demo/table/table-demo.tsx +90 -0
- package/dist/templates/demo/table/table-loading.tsx +84 -0
- package/dist/templates/demo/table/table-pagination.tsx +114 -0
- package/dist/templates/demo/table/table-search.tsx +168 -0
- package/dist/templates/demo/table/table-sortable.tsx +119 -0
- package/dist/templates/demo/tabs/tabs-demo.tsx +85 -0
- package/dist/templates/demo/tabs/tabs-disabled.tsx +61 -0
- package/dist/templates/demo/tabs/tabs-styled.tsx +105 -0
- package/dist/templates/demo/tabs/tabs-vertical.tsx +61 -0
- package/dist/templates/demo/text/text-colors.tsx +40 -0
- package/dist/templates/demo/text/text-demo.tsx +19 -0
- package/dist/templates/demo/text/text-variants.tsx +60 -0
- package/dist/templates/demo/toast/toast-actions.tsx +51 -0
- package/dist/templates/demo/toast/toast-compact.tsx +66 -0
- package/dist/templates/demo/toast/toast-demo.tsx +18 -0
- package/dist/templates/demo/toast/toast-duration.tsx +68 -0
- package/dist/templates/demo/toast/toast-multiple.tsx +65 -0
- package/dist/templates/demo/toast/toast-variants.tsx +45 -0
- package/dist/templates/demo/toggle/toggle-demo.tsx +13 -0
- package/dist/templates/demo/toggle/toggle-disabled.tsx +23 -0
- package/dist/templates/demo/toggle/toggle-group-multiple.tsx +22 -0
- package/dist/templates/demo/toggle/toggle-group-outline.tsx +23 -0
- package/dist/templates/demo/toggle/toggle-group-single.tsx +22 -0
- package/dist/templates/demo/toggle/toggle-group-vertical.tsx +23 -0
- package/dist/templates/demo/toggle/toggle-sizes.tsx +20 -0
- package/dist/templates/demo/toggle/toggle-text.tsx +28 -0
- package/dist/templates/demo/toggle/toggle-variants.tsx +44 -0
- package/dist/templates/demo/video/video-autoplay-loop.tsx +22 -0
- package/dist/templates/demo/video/video-content-fit.tsx +47 -0
- package/dist/templates/demo/video/video-custom-controls.tsx +28 -0
- package/dist/templates/demo/video/video-demo.tsx +20 -0
- package/dist/templates/demo/video/video-gestures.tsx +34 -0
- package/dist/templates/demo/video/video-native-controls.tsx +20 -0
- package/dist/templates/demo/video/video-sources.tsx +39 -0
- package/dist/templates/demo/video/video-subtitles.tsx +29 -0
- package/dist/templates/demo/view/view-demo.tsx +17 -0
- package/dist/templates/hooks/useBottomTabOverflow.ts +6 -0
- package/dist/templates/hooks/useColor.ts +16 -0
- package/dist/templates/hooks/useColorScheme.ts +1 -0
- package/dist/templates/hooks/useColorScheme.web.ts +21 -0
- package/dist/templates/hooks/useKeyboardHeight.ts +131 -0
- package/dist/templates/hooks/useModeToggle.tsx +50 -0
- package/dist/templates/hooks/useThemeColor.ts +21 -0
- package/dist/templates/start/README.md +198 -0
- package/dist/templates/start/app/(tabs)/(home)/_layout.tsx +43 -0
- package/dist/templates/start/app/(tabs)/(home)/index.tsx +96 -0
- package/dist/templates/start/app/(tabs)/_layout.tsx +68 -0
- package/dist/templates/start/app/(tabs)/_layout.web.tsx +48 -0
- package/dist/templates/start/app/(tabs)/search/_layout.tsx +60 -0
- package/dist/templates/start/app/(tabs)/search/index.tsx +44 -0
- package/dist/templates/start/app/(tabs)/settings/_layout.tsx +42 -0
- package/dist/templates/start/app/(tabs)/settings/index.tsx +105 -0
- package/dist/templates/start/app/+not-found.tsx +24 -0
- package/dist/templates/start/app/_layout.tsx +90 -0
- package/dist/templates/start/app/sheet.tsx +1 -0
- package/dist/templates/start/app.json +50 -0
- package/dist/templates/start/assets/images/icon.png +0 -0
- package/dist/templates/start/assets/images/splash.png +0 -0
- package/dist/templates/start/components/sheet.tsx +79 -0
- package/dist/templates/start/components/ui/avoid-keyboard.tsx +49 -0
- package/dist/templates/start/components/ui/button.tsx +392 -0
- package/dist/templates/start/components/ui/card.tsx +110 -0
- package/dist/templates/start/components/ui/icon.tsx +34 -0
- package/dist/templates/start/components/ui/input-otp.tsx +302 -0
- package/dist/templates/start/components/ui/input.tsx +607 -0
- package/dist/templates/start/components/ui/link.tsx +143 -0
- package/dist/templates/start/components/ui/mode-toggle.tsx +55 -0
- package/dist/templates/start/components/ui/scroll-view.tsx +14 -0
- package/dist/templates/start/components/ui/spinner.tsx +462 -0
- package/dist/templates/start/components/ui/tabs.tsx +500 -0
- package/dist/templates/start/components/ui/text.tsx +86 -0
- package/dist/templates/start/components/ui/view.tsx +14 -0
- package/dist/templates/start/eslint.config.js +10 -0
- package/dist/templates/start/hooks/useColor.ts +16 -0
- package/dist/templates/start/hooks/useColorScheme.ts +1 -0
- package/dist/templates/start/hooks/useColorScheme.web.ts +21 -0
- package/dist/templates/start/hooks/useKeyboardHeight.ts +131 -0
- package/dist/templates/start/hooks/useModeToggle.tsx +88 -0
- package/dist/templates/start/package.json +58 -0
- package/dist/templates/start/providers/search-context.tsx +26 -0
- package/dist/templates/start/theme/colors.ts +184 -0
- package/dist/templates/start/theme/globals.ts +4 -0
- package/dist/templates/start/theme/theme-provider.tsx +59 -0
- package/dist/templates/start/tsconfig.json +17 -0
- package/dist/templates/start-convex/README.md +213 -0
- package/dist/templates/start-convex/app/(tabs)/(home)/_layout.tsx +43 -0
- package/dist/templates/start-convex/app/(tabs)/(home)/index.tsx +96 -0
- package/dist/templates/start-convex/app/(tabs)/_layout.tsx +68 -0
- package/dist/templates/start-convex/app/(tabs)/_layout.web.tsx +48 -0
- package/dist/templates/start-convex/app/(tabs)/search/_layout.tsx +60 -0
- package/dist/templates/start-convex/app/(tabs)/search/index.tsx +44 -0
- package/dist/templates/start-convex/app/(tabs)/settings/_layout.tsx +42 -0
- package/dist/templates/start-convex/app/(tabs)/settings/index.tsx +49 -0
- package/dist/templates/start-convex/app/+not-found.tsx +24 -0
- package/dist/templates/start-convex/app/_layout.tsx +136 -0
- package/dist/templates/start-convex/app/sheet.tsx +1 -0
- package/dist/templates/start-convex/app.json +51 -0
- package/dist/templates/start-convex/assets/images/icon.png +0 -0
- package/dist/templates/start-convex/assets/images/splash.png +0 -0
- package/dist/templates/start-convex/components/auth/apple.tsx +60 -0
- package/dist/templates/start-convex/components/auth/auth.tsx +127 -0
- package/dist/templates/start-convex/components/auth/email-otp.tsx +186 -0
- package/dist/templates/start-convex/components/auth/google.tsx +60 -0
- package/dist/templates/start-convex/components/auth/password.tsx +335 -0
- package/dist/templates/start-convex/components/auth/singout.tsx +36 -0
- package/dist/templates/start-convex/components/sheet.tsx +79 -0
- package/dist/templates/start-convex/components/ui/avoid-keyboard.tsx +49 -0
- package/dist/templates/start-convex/components/ui/button.tsx +392 -0
- package/dist/templates/start-convex/components/ui/card.tsx +110 -0
- package/dist/templates/start-convex/components/ui/icon.tsx +34 -0
- package/dist/templates/start-convex/components/ui/input-otp.tsx +302 -0
- package/dist/templates/start-convex/components/ui/input.tsx +607 -0
- package/dist/templates/start-convex/components/ui/link.tsx +143 -0
- package/dist/templates/start-convex/components/ui/mode-toggle.tsx +55 -0
- package/dist/templates/start-convex/components/ui/scroll-view.tsx +14 -0
- package/dist/templates/start-convex/components/ui/spinner.tsx +462 -0
- package/dist/templates/start-convex/components/ui/tabs.tsx +500 -0
- package/dist/templates/start-convex/components/ui/text.tsx +86 -0
- package/dist/templates/start-convex/components/ui/view.tsx +14 -0
- package/dist/templates/start-convex/convex/README.md +90 -0
- package/dist/templates/start-convex/convex/_generated/api.d.ts +61 -0
- package/dist/templates/start-convex/convex/_generated/api.js +23 -0
- package/dist/templates/start-convex/convex/_generated/dataModel.d.ts +60 -0
- package/dist/templates/start-convex/convex/_generated/server.d.ts +143 -0
- package/dist/templates/start-convex/convex/_generated/server.js +93 -0
- package/dist/templates/start-convex/convex/auth.config.ts +8 -0
- package/dist/templates/start-convex/convex/auth.ts +112 -0
- package/dist/templates/start-convex/convex/http.ts +8 -0
- package/dist/templates/start-convex/convex/passwordReset.ts +69 -0
- package/dist/templates/start-convex/convex/resendOTP.ts +60 -0
- package/dist/templates/start-convex/convex/resendPasswordOTP.ts +64 -0
- package/dist/templates/start-convex/convex/router.ts +5 -0
- package/dist/templates/start-convex/convex/schema.ts +23 -0
- package/dist/templates/start-convex/convex/tsconfig.json +25 -0
- package/dist/templates/start-convex/convex/users.ts +111 -0
- package/dist/templates/start-convex/eslint.config.js +10 -0
- package/dist/templates/start-convex/hooks/useColor.ts +16 -0
- package/dist/templates/start-convex/hooks/useColorScheme.ts +1 -0
- package/dist/templates/start-convex/hooks/useColorScheme.web.ts +21 -0
- package/dist/templates/start-convex/hooks/useKeyboardHeight.ts +131 -0
- package/dist/templates/start-convex/hooks/useModeToggle.tsx +88 -0
- package/dist/templates/start-convex/package.json +64 -0
- package/dist/templates/start-convex/providers/search-context.tsx +26 -0
- package/dist/templates/start-convex/theme/colors.ts +184 -0
- package/dist/templates/start-convex/theme/globals.ts +4 -0
- package/dist/templates/start-convex/theme/theme-provider.tsx +59 -0
- package/dist/templates/start-convex/tsconfig.json +17 -0
- package/dist/templates/theme/colors.ts +205 -0
- package/dist/templates/theme/globals.ts +4 -0
- package/dist/templates/theme/theme-provider.tsx +52 -0
- package/dist/utils/dependencies.d.ts +7 -0
- package/dist/utils/dependencies.js +109 -0
- package/dist/utils/filesystem.d.ts +6 -0
- package/dist/utils/filesystem.js +72 -0
- package/dist/utils/git.d.ts +2 -0
- package/dist/utils/git.js +33 -0
- package/dist/utils/logger.d.ts +11 -0
- package/dist/utils/logger.js +43 -0
- package/dist/utils/package-manager.d.ts +8 -0
- package/dist/utils/package-manager.js +128 -0
- package/dist/utils/project-config.d.ts +2 -0
- package/dist/utils/project-config.js +46 -0
- package/dist/utils/registry.d.ts +17 -0
- package/dist/utils/registry.js +181 -0
- package/dist/utils/validation.d.ts +16 -0
- package/dist/utils/validation.js +84 -0
- package/package.json +74 -0
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { Onboarding, OnboardingStep } from '@/components/ui/onboarding';
|
|
2
|
+
import { Feather } from '@expo/vector-icons';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { View } from 'react-native';
|
|
5
|
+
|
|
6
|
+
const StepIcon = ({
|
|
7
|
+
name,
|
|
8
|
+
bgColor,
|
|
9
|
+
iconColor,
|
|
10
|
+
}: {
|
|
11
|
+
name: string;
|
|
12
|
+
bgColor: string;
|
|
13
|
+
iconColor: string;
|
|
14
|
+
}) => (
|
|
15
|
+
<View
|
|
16
|
+
style={{
|
|
17
|
+
padding: 18,
|
|
18
|
+
backgroundColor: bgColor,
|
|
19
|
+
borderRadius: 50,
|
|
20
|
+
shadowColor: '#000',
|
|
21
|
+
shadowOffset: { width: 0, height: 2 },
|
|
22
|
+
shadowOpacity: 0.1,
|
|
23
|
+
shadowRadius: 8,
|
|
24
|
+
elevation: 3,
|
|
25
|
+
}}
|
|
26
|
+
>
|
|
27
|
+
<Feather name={name as any} size={56} color={iconColor} />
|
|
28
|
+
</View>
|
|
29
|
+
);
|
|
30
|
+
|
|
31
|
+
export function OnboardingNoSwipe() {
|
|
32
|
+
const steps: OnboardingStep[] = [
|
|
33
|
+
{
|
|
34
|
+
id: '1',
|
|
35
|
+
title: 'Tutorial Mode',
|
|
36
|
+
description:
|
|
37
|
+
'Follow along with our step-by-step tutorial. Use the buttons below to navigate at your own pace.',
|
|
38
|
+
icon: <StepIcon name='book-open' bgColor='#ede9fe' iconColor='#7c3aed' />,
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
id: '2',
|
|
42
|
+
title: 'Learn the Basics',
|
|
43
|
+
description:
|
|
44
|
+
'Master the fundamental features that will help you get the most out of our platform.',
|
|
45
|
+
icon: <StepIcon name='layers' bgColor='#dcfce7' iconColor='#16a34a' />,
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
id: '3',
|
|
49
|
+
title: 'Practice Makes Perfect',
|
|
50
|
+
description:
|
|
51
|
+
'Try out the features yourself in a safe environment before working with real data.',
|
|
52
|
+
icon: <StepIcon name='target' bgColor='#fef3c7' iconColor='#d97706' />,
|
|
53
|
+
},
|
|
54
|
+
];
|
|
55
|
+
|
|
56
|
+
return (
|
|
57
|
+
<Onboarding
|
|
58
|
+
steps={steps}
|
|
59
|
+
onComplete={() => console.log('Tutorial completed!')}
|
|
60
|
+
onSkip={() => console.log('Tutorial skipped!')}
|
|
61
|
+
swipeEnabled={false}
|
|
62
|
+
showProgress={true}
|
|
63
|
+
primaryButtonText='Start Using App'
|
|
64
|
+
nextButtonText='Next Lesson'
|
|
65
|
+
skipButtonText='Skip Tutorial'
|
|
66
|
+
/>
|
|
67
|
+
);
|
|
68
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { Onboarding, OnboardingStep } from '@/components/ui/onboarding';
|
|
2
|
+
import { Feather } from '@expo/vector-icons';
|
|
3
|
+
import { LinearGradient } from 'expo-linear-gradient';
|
|
4
|
+
import React from 'react';
|
|
5
|
+
|
|
6
|
+
const GradientIcon = ({
|
|
7
|
+
iconName,
|
|
8
|
+
colors,
|
|
9
|
+
}: {
|
|
10
|
+
iconName: string;
|
|
11
|
+
colors: [string, string];
|
|
12
|
+
}) => (
|
|
13
|
+
<LinearGradient
|
|
14
|
+
colors={colors}
|
|
15
|
+
style={{
|
|
16
|
+
padding: 24,
|
|
17
|
+
borderRadius: 70,
|
|
18
|
+
alignItems: 'center',
|
|
19
|
+
justifyContent: 'center',
|
|
20
|
+
shadowColor: '#000',
|
|
21
|
+
shadowOffset: { width: 0, height: 4 },
|
|
22
|
+
shadowOpacity: 0.15,
|
|
23
|
+
shadowRadius: 12,
|
|
24
|
+
elevation: 6,
|
|
25
|
+
}}
|
|
26
|
+
>
|
|
27
|
+
<Feather name={iconName as any} size={64} color='white' />
|
|
28
|
+
</LinearGradient>
|
|
29
|
+
);
|
|
30
|
+
|
|
31
|
+
export function OnboardingStyled() {
|
|
32
|
+
const steps: OnboardingStep[] = [
|
|
33
|
+
{
|
|
34
|
+
id: '1',
|
|
35
|
+
title: 'Secure & Private',
|
|
36
|
+
description:
|
|
37
|
+
'Your data is protected with end-to-end encryption. We prioritize your privacy above all else.',
|
|
38
|
+
icon: <GradientIcon iconName='shield' colors={['#667eea', '#764ba2']} />,
|
|
39
|
+
backgroundColor: 'linear-gradient(135deg, #667eea 0%, #764ba2 100%)',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
id: '2',
|
|
43
|
+
title: 'Lightning Fast',
|
|
44
|
+
description:
|
|
45
|
+
'Experience blazing fast performance with our optimized infrastructure and smart caching.',
|
|
46
|
+
icon: <GradientIcon iconName='zap' colors={['#f093fb', '#f5576c']} />,
|
|
47
|
+
backgroundColor: 'linear-gradient(135deg, #f093fb 0%, #f5576c 100%)',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
id: '3',
|
|
51
|
+
title: 'Always Connected',
|
|
52
|
+
description:
|
|
53
|
+
'Stay connected with real-time sync across all your devices. Never miss an important update.',
|
|
54
|
+
icon: <GradientIcon iconName='wifi' colors={['#4facfe', '#00f2fe']} />,
|
|
55
|
+
backgroundColor: 'linear-gradient(135deg, #4facfe 0%, #00f2fe 100%)',
|
|
56
|
+
},
|
|
57
|
+
];
|
|
58
|
+
|
|
59
|
+
return (
|
|
60
|
+
<Onboarding
|
|
61
|
+
steps={steps}
|
|
62
|
+
onComplete={() => console.log('Styled onboarding completed!')}
|
|
63
|
+
onSkip={() => console.log('Styled onboarding skipped!')}
|
|
64
|
+
primaryButtonText='Start Now'
|
|
65
|
+
nextButtonText='Next Step'
|
|
66
|
+
skipButtonText='Skip Intro'
|
|
67
|
+
style={{ backgroundColor: '#1a1a2e' }}
|
|
68
|
+
/>
|
|
69
|
+
);
|
|
70
|
+
}
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
import { ParallaxScrollView } from '@/components/ui/parallax-scrollview';
|
|
2
|
+
import { Text } from '@/components/ui/text';
|
|
3
|
+
import { View } from '@/components/ui/view';
|
|
4
|
+
import { Image } from 'expo-image';
|
|
5
|
+
import { LinearGradient } from 'expo-linear-gradient';
|
|
6
|
+
import React from 'react';
|
|
7
|
+
|
|
8
|
+
export function ParallaxScrollViewArticle() {
|
|
9
|
+
return (
|
|
10
|
+
<ParallaxScrollView
|
|
11
|
+
headerHeight={280}
|
|
12
|
+
headerImage={
|
|
13
|
+
<View style={{ position: 'relative', width: '100%', height: '100%' }}>
|
|
14
|
+
<Image
|
|
15
|
+
source={{
|
|
16
|
+
uri: 'https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?w=800&h=600&fit=crop',
|
|
17
|
+
}}
|
|
18
|
+
style={{ width: '100%', height: '100%' }}
|
|
19
|
+
contentFit='cover'
|
|
20
|
+
/>
|
|
21
|
+
<LinearGradient
|
|
22
|
+
colors={['transparent', 'rgba(0,0,0,0.7)']}
|
|
23
|
+
style={{
|
|
24
|
+
position: 'absolute',
|
|
25
|
+
bottom: 0,
|
|
26
|
+
left: 0,
|
|
27
|
+
right: 0,
|
|
28
|
+
height: '60%',
|
|
29
|
+
}}
|
|
30
|
+
/>
|
|
31
|
+
<View
|
|
32
|
+
style={{
|
|
33
|
+
position: 'absolute',
|
|
34
|
+
bottom: 20,
|
|
35
|
+
left: 20,
|
|
36
|
+
right: 20,
|
|
37
|
+
}}
|
|
38
|
+
>
|
|
39
|
+
<View
|
|
40
|
+
style={{
|
|
41
|
+
backgroundColor: 'green',
|
|
42
|
+
paddingHorizontal: 8,
|
|
43
|
+
paddingVertical: 4,
|
|
44
|
+
borderRadius: 4,
|
|
45
|
+
alignSelf: 'flex-start',
|
|
46
|
+
marginBottom: 8,
|
|
47
|
+
}}
|
|
48
|
+
>
|
|
49
|
+
<Text style={{ color: 'white', fontSize: 12, fontWeight: '600' }}>
|
|
50
|
+
TECHNOLOGY
|
|
51
|
+
</Text>
|
|
52
|
+
</View>
|
|
53
|
+
<Text
|
|
54
|
+
style={{
|
|
55
|
+
color: 'white',
|
|
56
|
+
fontSize: 24,
|
|
57
|
+
fontWeight: 'bold',
|
|
58
|
+
lineHeight: 32,
|
|
59
|
+
textShadowColor: 'rgba(0,0,0,0.5)',
|
|
60
|
+
textShadowOffset: { width: 1, height: 1 },
|
|
61
|
+
textShadowRadius: 2,
|
|
62
|
+
}}
|
|
63
|
+
>
|
|
64
|
+
The Future of Mobile Development
|
|
65
|
+
</Text>
|
|
66
|
+
<Text
|
|
67
|
+
style={{
|
|
68
|
+
color: '#e0e0e0',
|
|
69
|
+
fontSize: 14,
|
|
70
|
+
marginTop: 8,
|
|
71
|
+
textShadowColor: 'rgba(0,0,0,0.5)',
|
|
72
|
+
textShadowOffset: { width: 1, height: 1 },
|
|
73
|
+
textShadowRadius: 2,
|
|
74
|
+
}}
|
|
75
|
+
>
|
|
76
|
+
Published on March 15, 2024 • 8 min read
|
|
77
|
+
</Text>
|
|
78
|
+
</View>
|
|
79
|
+
</View>
|
|
80
|
+
}
|
|
81
|
+
>
|
|
82
|
+
<View style={{ gap: 16 }}>
|
|
83
|
+
<Text variant='caption' style={{ fontSize: 18, lineHeight: 28 }}>
|
|
84
|
+
Mobile development has evolved dramatically over the past decade, with
|
|
85
|
+
new frameworks, tools, and paradigms emerging to meet the ever-growing
|
|
86
|
+
demands of users and businesses alike.
|
|
87
|
+
</Text>
|
|
88
|
+
|
|
89
|
+
<Text variant='caption'>
|
|
90
|
+
React Native has established itself as a leading cross-platform
|
|
91
|
+
solution, enabling developers to write once and deploy everywhere. The
|
|
92
|
+
framework's component-based architecture and hot reloading
|
|
93
|
+
capabilities have revolutionized the development experience.
|
|
94
|
+
</Text>
|
|
95
|
+
|
|
96
|
+
<View style={{ gap: 8 }}>
|
|
97
|
+
<Text variant='title'>Key Trends in 2024</Text>
|
|
98
|
+
<Text variant='caption'>
|
|
99
|
+
• AI-powered development tools and code generation
|
|
100
|
+
</Text>
|
|
101
|
+
<Text variant='caption'>
|
|
102
|
+
• Enhanced performance optimization techniques
|
|
103
|
+
</Text>
|
|
104
|
+
<Text variant='caption'>
|
|
105
|
+
• Better cross-platform native module integration
|
|
106
|
+
</Text>
|
|
107
|
+
<Text variant='caption'>
|
|
108
|
+
• Improved debugging and testing frameworks
|
|
109
|
+
</Text>
|
|
110
|
+
</View>
|
|
111
|
+
|
|
112
|
+
<View
|
|
113
|
+
style={{
|
|
114
|
+
padding: 16,
|
|
115
|
+
borderRadius: 8,
|
|
116
|
+
borderLeftWidth: 4,
|
|
117
|
+
borderLeftColor: '#3b82f6',
|
|
118
|
+
}}
|
|
119
|
+
>
|
|
120
|
+
<Text style={{ fontSize: 16, lineHeight: 24, fontStyle: 'italic' }}>
|
|
121
|
+
"The best mobile apps are those that feel native to each platform
|
|
122
|
+
while maintaining a consistent user experience across devices."
|
|
123
|
+
</Text>
|
|
124
|
+
</View>
|
|
125
|
+
|
|
126
|
+
<Text variant='caption'>
|
|
127
|
+
Performance optimization remains a critical consideration. Modern apps
|
|
128
|
+
need to handle complex animations, large datasets, and real-time
|
|
129
|
+
updates while maintaining smooth 60fps interactions.
|
|
130
|
+
</Text>
|
|
131
|
+
|
|
132
|
+
<View style={{ gap: 8 }}>
|
|
133
|
+
<Text variant='title'>Looking Ahead</Text>
|
|
134
|
+
<Text variant='caption'>
|
|
135
|
+
The future of mobile development is bright, with emerging
|
|
136
|
+
technologies like AR/VR integration, improved offline capabilities,
|
|
137
|
+
and seamless cloud integration opening new possibilities for
|
|
138
|
+
developers and users alike.
|
|
139
|
+
</Text>
|
|
140
|
+
</View>
|
|
141
|
+
|
|
142
|
+
<View
|
|
143
|
+
style={{
|
|
144
|
+
borderTopWidth: 0.5,
|
|
145
|
+
borderTopColor: '#e5e7eb',
|
|
146
|
+
paddingTop: 16,
|
|
147
|
+
marginTop: 16,
|
|
148
|
+
}}
|
|
149
|
+
>
|
|
150
|
+
<View
|
|
151
|
+
style={{
|
|
152
|
+
flexDirection: 'row',
|
|
153
|
+
alignItems: 'center',
|
|
154
|
+
gap: 12,
|
|
155
|
+
}}
|
|
156
|
+
>
|
|
157
|
+
<View
|
|
158
|
+
style={{
|
|
159
|
+
width: 40,
|
|
160
|
+
height: 40,
|
|
161
|
+
borderRadius: 20,
|
|
162
|
+
backgroundColor: '#3b82f6',
|
|
163
|
+
alignItems: 'center',
|
|
164
|
+
justifyContent: 'center',
|
|
165
|
+
}}
|
|
166
|
+
>
|
|
167
|
+
<Text style={{ color: 'white', fontWeight: 'bold' }}>JD</Text>
|
|
168
|
+
</View>
|
|
169
|
+
<View>
|
|
170
|
+
<Text style={{ fontWeight: '600' }}>John Developer</Text>
|
|
171
|
+
<Text style={{ color: '#6b7280', fontSize: 14 }}>
|
|
172
|
+
Senior Mobile Engineer
|
|
173
|
+
</Text>
|
|
174
|
+
</View>
|
|
175
|
+
</View>
|
|
176
|
+
</View>
|
|
177
|
+
</View>
|
|
178
|
+
</ParallaxScrollView>
|
|
179
|
+
);
|
|
180
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { ParallaxScrollView } from '@/components/ui/parallax-scrollview';
|
|
2
|
+
import { Text } from '@/components/ui/text';
|
|
3
|
+
import { View } from '@/components/ui/view';
|
|
4
|
+
import { Image } from 'expo-image';
|
|
5
|
+
import React from 'react';
|
|
6
|
+
|
|
7
|
+
export function ParallaxScrollViewCustomHeight() {
|
|
8
|
+
return (
|
|
9
|
+
<ParallaxScrollView
|
|
10
|
+
headerHeight={500}
|
|
11
|
+
headerImage={
|
|
12
|
+
<Image
|
|
13
|
+
source={{
|
|
14
|
+
uri: 'https://images.unsplash.com/photo-1644190022446-04b99df7259a?q=80&w=2012&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
|
|
15
|
+
}}
|
|
16
|
+
style={{ width: '100%', height: '100%' }}
|
|
17
|
+
contentFit='cover'
|
|
18
|
+
/>
|
|
19
|
+
}
|
|
20
|
+
>
|
|
21
|
+
<View style={{ gap: 16 }}>
|
|
22
|
+
<Text variant='heading'>Custom Header Height</Text>
|
|
23
|
+
<Text>
|
|
24
|
+
This example demonstrates a taller header (500px) that provides more
|
|
25
|
+
visual impact and space for the parallax effect.
|
|
26
|
+
</Text>
|
|
27
|
+
<Text>
|
|
28
|
+
Larger headers work great for hero sections, profile pages, or any
|
|
29
|
+
screen where you want to make a strong visual impression.
|
|
30
|
+
</Text>
|
|
31
|
+
<Text>
|
|
32
|
+
The parallax animation remains smooth regardless of the header size,
|
|
33
|
+
automatically adjusting the transformation values based on the
|
|
34
|
+
specified height.
|
|
35
|
+
</Text>
|
|
36
|
+
|
|
37
|
+
<Text>
|
|
38
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do
|
|
39
|
+
eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
|
40
|
+
</Text>
|
|
41
|
+
</View>
|
|
42
|
+
</ParallaxScrollView>
|
|
43
|
+
);
|
|
44
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { ParallaxScrollView } from '@/components/ui/parallax-scrollview';
|
|
2
|
+
import { Text } from '@/components/ui/text';
|
|
3
|
+
import { View } from '@/components/ui/view';
|
|
4
|
+
import { Image } from 'expo-image';
|
|
5
|
+
import React from 'react';
|
|
6
|
+
|
|
7
|
+
export function ParallaxScrollViewDemo() {
|
|
8
|
+
return (
|
|
9
|
+
<ParallaxScrollView
|
|
10
|
+
headerHeight={460}
|
|
11
|
+
headerImage={
|
|
12
|
+
<Image
|
|
13
|
+
source={{
|
|
14
|
+
uri: 'https://images.unsplash.com/photo-1637858868799-7f26a0640eb6?q=80&w=2960&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
|
|
15
|
+
}}
|
|
16
|
+
style={{ width: '100%', height: '100%' }}
|
|
17
|
+
contentFit='cover'
|
|
18
|
+
/>
|
|
19
|
+
}
|
|
20
|
+
>
|
|
21
|
+
<View style={{ gap: 16 }}>
|
|
22
|
+
<Text variant='heading'>Parallax Scroll View</Text>
|
|
23
|
+
<Text>
|
|
24
|
+
This is a basic example of a parallax scroll view. The header image
|
|
25
|
+
moves at a different speed than the content as you scroll, creating a
|
|
26
|
+
beautiful parallax effect.
|
|
27
|
+
</Text>
|
|
28
|
+
<Text>
|
|
29
|
+
Scroll up and down to see the parallax animation in action. The header
|
|
30
|
+
will transform and scale based on your scroll position.
|
|
31
|
+
</Text>
|
|
32
|
+
<Text>
|
|
33
|
+
You can also try pulling down (over-scrolling) to see the header scale
|
|
34
|
+
up beyond its normal size.
|
|
35
|
+
</Text>
|
|
36
|
+
</View>
|
|
37
|
+
</ParallaxScrollView>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { ParallaxScrollView } from '@/components/ui/parallax-scrollview';
|
|
2
|
+
import { Text } from '@/components/ui/text';
|
|
3
|
+
import { View } from '@/components/ui/view';
|
|
4
|
+
import { Image } from 'expo-image';
|
|
5
|
+
import { LinearGradient } from 'expo-linear-gradient';
|
|
6
|
+
import React from 'react';
|
|
7
|
+
|
|
8
|
+
export function ParallaxScrollViewGradient() {
|
|
9
|
+
return (
|
|
10
|
+
<ParallaxScrollView
|
|
11
|
+
headerHeight={300}
|
|
12
|
+
headerImage={
|
|
13
|
+
<View style={{ position: 'relative', width: '100%', height: '100%' }}>
|
|
14
|
+
<Image
|
|
15
|
+
source={{
|
|
16
|
+
uri: 'https://images.unsplash.com/photo-1575737698350-52e966f924d4?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
|
|
17
|
+
}}
|
|
18
|
+
style={{ width: '100%', height: '100%' }}
|
|
19
|
+
contentFit='cover'
|
|
20
|
+
/>
|
|
21
|
+
<LinearGradient
|
|
22
|
+
colors={['transparent', 'black']}
|
|
23
|
+
style={{
|
|
24
|
+
position: 'absolute',
|
|
25
|
+
bottom: 0,
|
|
26
|
+
left: 0,
|
|
27
|
+
right: 0,
|
|
28
|
+
height: '50%',
|
|
29
|
+
}}
|
|
30
|
+
/>
|
|
31
|
+
<View
|
|
32
|
+
style={{
|
|
33
|
+
position: 'absolute',
|
|
34
|
+
bottom: 20,
|
|
35
|
+
left: 20,
|
|
36
|
+
right: 20,
|
|
37
|
+
}}
|
|
38
|
+
>
|
|
39
|
+
<Text
|
|
40
|
+
style={{
|
|
41
|
+
color: 'white',
|
|
42
|
+
fontSize: 24,
|
|
43
|
+
fontWeight: 'bold',
|
|
44
|
+
textShadowColor: 'rgba(0,0,0,0.5)',
|
|
45
|
+
textShadowOffset: { width: 1, height: 1 },
|
|
46
|
+
textShadowRadius: 2,
|
|
47
|
+
}}
|
|
48
|
+
>
|
|
49
|
+
Scenic Mountain View
|
|
50
|
+
</Text>
|
|
51
|
+
</View>
|
|
52
|
+
</View>
|
|
53
|
+
}
|
|
54
|
+
>
|
|
55
|
+
<View style={{ gap: 16 }}>
|
|
56
|
+
<Text variant='heading'>Gradient Overlay Header</Text>
|
|
57
|
+
<Text>
|
|
58
|
+
This example shows how to add a gradient overlay to your header image,
|
|
59
|
+
which is perfect for ensuring text readability over images.
|
|
60
|
+
</Text>
|
|
61
|
+
<Text>
|
|
62
|
+
The gradient creates a smooth transition from the image to a darker
|
|
63
|
+
overlay at the bottom, where you can place text or other UI elements.
|
|
64
|
+
</Text>
|
|
65
|
+
<Text>
|
|
66
|
+
This technique is commonly used in hero sections, article headers, and
|
|
67
|
+
profile screens where you need to overlay content on images.
|
|
68
|
+
</Text>
|
|
69
|
+
|
|
70
|
+
<Text>
|
|
71
|
+
The parallax effect works seamlessly with gradient overlays and
|
|
72
|
+
maintains smooth performance even with multiple layers.
|
|
73
|
+
</Text>
|
|
74
|
+
</View>
|
|
75
|
+
</ParallaxScrollView>
|
|
76
|
+
);
|
|
77
|
+
}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
import { Button } from '@/components/ui/button';
|
|
2
|
+
import { ParallaxScrollView } from '@/components/ui/parallax-scrollview';
|
|
3
|
+
import { Text } from '@/components/ui/text';
|
|
4
|
+
import { View } from '@/components/ui/view';
|
|
5
|
+
import { Image } from 'expo-image';
|
|
6
|
+
import React from 'react';
|
|
7
|
+
|
|
8
|
+
export function ParallaxScrollViewProduct() {
|
|
9
|
+
return (
|
|
10
|
+
<ParallaxScrollView
|
|
11
|
+
headerHeight={350}
|
|
12
|
+
headerImage={
|
|
13
|
+
<Image
|
|
14
|
+
source={{
|
|
15
|
+
uri: 'https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800&h=600&fit=crop',
|
|
16
|
+
}}
|
|
17
|
+
style={{ width: '100%', height: '100%' }}
|
|
18
|
+
contentFit='cover'
|
|
19
|
+
/>
|
|
20
|
+
}
|
|
21
|
+
>
|
|
22
|
+
<View style={{ gap: 20 }}>
|
|
23
|
+
<View style={{ gap: 8 }}>
|
|
24
|
+
<View
|
|
25
|
+
style={{
|
|
26
|
+
flexDirection: 'row',
|
|
27
|
+
justifyContent: 'space-between',
|
|
28
|
+
alignItems: 'flex-start',
|
|
29
|
+
}}
|
|
30
|
+
>
|
|
31
|
+
<View style={{ flex: 1 }}>
|
|
32
|
+
<Text variant='heading'>Running Shoes</Text>
|
|
33
|
+
<Text variant='caption' style={{ marginTop: 4 }}>
|
|
34
|
+
Nike Air Zoom Series
|
|
35
|
+
</Text>
|
|
36
|
+
</View>
|
|
37
|
+
<Text
|
|
38
|
+
style={{
|
|
39
|
+
fontSize: 24,
|
|
40
|
+
fontWeight: 'bold',
|
|
41
|
+
color: '#dc2626',
|
|
42
|
+
}}
|
|
43
|
+
>
|
|
44
|
+
$159.99
|
|
45
|
+
</Text>
|
|
46
|
+
</View>
|
|
47
|
+
|
|
48
|
+
<View style={{ flexDirection: 'row', alignItems: 'center', gap: 8 }}>
|
|
49
|
+
<View style={{ flexDirection: 'row', gap: 2 }}>
|
|
50
|
+
{[1, 2, 3, 4, 5].map((star) => (
|
|
51
|
+
<Text key={star} style={{ color: '#fbbf24', fontSize: 16 }}>
|
|
52
|
+
★
|
|
53
|
+
</Text>
|
|
54
|
+
))}
|
|
55
|
+
</View>
|
|
56
|
+
<Text variant='caption'>4.8 (2.1k reviews)</Text>
|
|
57
|
+
</View>
|
|
58
|
+
</View>
|
|
59
|
+
|
|
60
|
+
<View style={{ gap: 8 }}>
|
|
61
|
+
<Text variant='title'>Description</Text>
|
|
62
|
+
<Text variant='caption' style={{ fontSize: 16, lineHeight: 24 }}>
|
|
63
|
+
Experience ultimate comfort and performance with these premium
|
|
64
|
+
running shoes. Featuring advanced cushioning technology and
|
|
65
|
+
breathable mesh construction for all-day comfort.
|
|
66
|
+
</Text>
|
|
67
|
+
</View>
|
|
68
|
+
|
|
69
|
+
<View style={{ gap: 12 }}>
|
|
70
|
+
<Text variant='title'>Available Sizes</Text>
|
|
71
|
+
<View
|
|
72
|
+
style={{
|
|
73
|
+
flexDirection: 'row',
|
|
74
|
+
flexWrap: 'wrap',
|
|
75
|
+
gap: 8,
|
|
76
|
+
}}
|
|
77
|
+
>
|
|
78
|
+
{['7', '7.5', '8', '8.5', '9', '9.5', '10', '10.5', '11'].map(
|
|
79
|
+
(size) => (
|
|
80
|
+
<View
|
|
81
|
+
key={size}
|
|
82
|
+
style={{
|
|
83
|
+
borderWidth: 1,
|
|
84
|
+
borderColor: '#d1d5db',
|
|
85
|
+
paddingHorizontal: 16,
|
|
86
|
+
paddingVertical: 8,
|
|
87
|
+
borderRadius: 8,
|
|
88
|
+
minWidth: 50,
|
|
89
|
+
alignItems: 'center',
|
|
90
|
+
}}
|
|
91
|
+
>
|
|
92
|
+
<Text style={{ fontWeight: '500' }}>US {size}</Text>
|
|
93
|
+
</View>
|
|
94
|
+
)
|
|
95
|
+
)}
|
|
96
|
+
</View>
|
|
97
|
+
</View>
|
|
98
|
+
|
|
99
|
+
<View style={{ gap: 12 }}>
|
|
100
|
+
<Text variant='title'>Color Options</Text>
|
|
101
|
+
<View style={{ flexDirection: 'row', gap: 12 }}>
|
|
102
|
+
<View
|
|
103
|
+
style={{
|
|
104
|
+
width: 40,
|
|
105
|
+
height: 40,
|
|
106
|
+
borderRadius: 20,
|
|
107
|
+
backgroundColor: '#1f2937',
|
|
108
|
+
borderWidth: 2,
|
|
109
|
+
borderColor: '#3b82f6',
|
|
110
|
+
}}
|
|
111
|
+
/>
|
|
112
|
+
<View
|
|
113
|
+
style={{
|
|
114
|
+
width: 40,
|
|
115
|
+
height: 40,
|
|
116
|
+
borderRadius: 20,
|
|
117
|
+
backgroundColor: '#ffffff',
|
|
118
|
+
borderWidth: 1,
|
|
119
|
+
borderColor: '#d1d5db',
|
|
120
|
+
}}
|
|
121
|
+
/>
|
|
122
|
+
<View
|
|
123
|
+
style={{
|
|
124
|
+
width: 40,
|
|
125
|
+
height: 40,
|
|
126
|
+
borderRadius: 20,
|
|
127
|
+
backgroundColor: '#dc2626',
|
|
128
|
+
}}
|
|
129
|
+
/>
|
|
130
|
+
<View
|
|
131
|
+
style={{
|
|
132
|
+
width: 40,
|
|
133
|
+
height: 40,
|
|
134
|
+
borderRadius: 20,
|
|
135
|
+
backgroundColor: '#2563eb',
|
|
136
|
+
}}
|
|
137
|
+
/>
|
|
138
|
+
</View>
|
|
139
|
+
</View>
|
|
140
|
+
|
|
141
|
+
<View style={{ gap: 8 }}>
|
|
142
|
+
<Text variant='title'>Features</Text>
|
|
143
|
+
<View style={{ gap: 8 }}>
|
|
144
|
+
<View
|
|
145
|
+
style={{ flexDirection: 'row', alignItems: 'center', gap: 8 }}
|
|
146
|
+
>
|
|
147
|
+
<Text style={{ color: '#10b981' }}>✓</Text>
|
|
148
|
+
<Text variant='caption'>Lightweight design for all-day wear</Text>
|
|
149
|
+
</View>
|
|
150
|
+
<View
|
|
151
|
+
style={{ flexDirection: 'row', alignItems: 'center', gap: 8 }}
|
|
152
|
+
>
|
|
153
|
+
<Text style={{ color: '#10b981' }}>✓</Text>
|
|
154
|
+
<Text variant='caption'>Enhanced arch support</Text>
|
|
155
|
+
</View>
|
|
156
|
+
</View>
|
|
157
|
+
</View>
|
|
158
|
+
|
|
159
|
+
<View
|
|
160
|
+
style={{
|
|
161
|
+
borderRadius: 8,
|
|
162
|
+
gap: 12,
|
|
163
|
+
}}
|
|
164
|
+
>
|
|
165
|
+
<Text variant='title'>Shipping & Returns</Text>
|
|
166
|
+
<Text style={{ fontSize: 14 }}>
|
|
167
|
+
• Free shipping on orders over $100
|
|
168
|
+
</Text>
|
|
169
|
+
<Text style={{ fontSize: 14 }}>• 30-day return policy</Text>
|
|
170
|
+
<Text style={{ fontSize: 14 }}>• 1-year manufacturer warranty</Text>
|
|
171
|
+
</View>
|
|
172
|
+
|
|
173
|
+
<View style={{ gap: 12, marginTop: 8 }}>
|
|
174
|
+
<Button variant='success'>Add to Cart</Button>
|
|
175
|
+
|
|
176
|
+
<Button variant='destructive'>Add to Wishlist</Button>
|
|
177
|
+
</View>
|
|
178
|
+
</View>
|
|
179
|
+
</ParallaxScrollView>
|
|
180
|
+
);
|
|
181
|
+
}
|